Skip to content

Commit

Permalink
updated pkgbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed May 1, 2024
1 parent 137e67c commit b21e7ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Wellington <[email protected]>

pkgname=eyeofsauron-git
pkgver=1.0.0.r0.g33d7979
pkgver=eosqt.r0.g137e67c
pkgrel=1
pkgdesc='Optimize system performance for games'
arch=(x86_64 i686)
Expand All @@ -17,7 +17,8 @@ sha512sums=('SKIP')

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

build() {
Expand Down

0 comments on commit b21e7ee

Please sign in to comment.