Skip to content

Commit

Permalink
Final update: Arch packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrate committed Mar 4, 2022
1 parent 1fc873b commit b7389bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ package-arch:
mv *.zst out/arch

clean-arch:
rm -rf $(PWD)/genie
rm -rf out/arch

# Internal packaging functions
Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ source=("git+https://github.com/arkane-systems/genie.git")
sha256sums=('SKIP')
backup=('etc/genie.ini')

pkgver() {
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
}
# pkgver() {
# git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
# }

build() {
cd genie
Expand Down

0 comments on commit b7389bb

Please sign in to comment.