summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-09-22 12:28:24 -0400
committerSolomon Choina2020-09-22 12:28:24 -0400
commitad40aab3ede956f8d5c2235a9c6b0a1328895679 (patch)
tree3b79d3edadda996fedfeed7c330867b10dbdc561
parent9ff3bf465c30bc770f4d70e665c0ac3d4a03bccb (diff)
downloadaur-ad40aab3ede956f8d5c2235a9c6b0a1328895679.tar.gz
update pkgver because garcon was dropped and it's just xfce
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 251081aff2ba..976a7ca62ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=garcon
pkgname=$_pkgname-git
-pkgver=0.7.0.34.g0cbc6fb
+pkgver=4.16pre1.3.g189c43f
pkgrel=1
pkgdesc="Freedesktop.org compliant menu library"
arch=(i686 x86_64)
@@ -25,7 +25,7 @@ sha512sums=('SKIP')
pkgver() {
cd $pkgname/
- git describe | sed 's/^garcon-//;s/-/./g'
+ git describe | sed 's/^xfce-//;s/-/./g'
}