summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-12-04 21:08:37 -0500
committerTed Alff2019-12-04 21:08:37 -0500
commit7e726b721527a7ace76f01c410da7ec8fe7340ba (patch)
tree8698bb4a27ad6a36dab9bbb7f19491fa8881f6a9
parent496bae79dfc3f0bb9dea7b079cc01b09cda9411d (diff)
downloadaur-7e726b721527a7ace76f01c410da7ec8fe7340ba.tar.gz
Fix version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fee087d0e2ae..73b73df014a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libxfce4ui-git
pkgdesc = Commonly used Xfce widgets among Xfce applications (git checkout)
- pkgver = xfce+4.14.0+63+gac0302b
+ pkgver = 4.14.0+63+gac0302b
pkgrel = 1
epoch = 1
url = https://git.xfce.org/xfce/libxfce4ui/tree/README
@@ -22,7 +22,7 @@ pkgbase = libxfce4ui-git
depends = startup-notification
depends = hicolor-icon-theme
optdepends = glade: Glade designer plugin
- provides = libxfce4ui=xfce
+ provides = libxfce4ui=4.14.0
conflicts = libxfce4ui
source = libxfce4ui::git://git.xfce.org/xfce/libxfce4ui
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bcfdfe09a58a..5543769e20c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=libxfce4ui
pkgname="${_pkgname}"-git
epoch=1
-pkgver=xfce+4.14.0+63+gac0302b
+pkgver=4.14.0+63+gac0302b
pkgrel=1
pkgdesc="Commonly used Xfce widgets among Xfce applications (git checkout)"
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${_pkgname}"
- git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/-/+/g"
+ git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/^xfce-//;s/-/+/g"
}
build() {