summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-07-02 08:07:49 -0400
committerSolomon Choina2019-07-02 08:07:49 -0400
commit13b5136233b1fa486d5c5b0b34d128b46ae54325 (patch)
tree302aa2b2de0e1636de9ba85970371b72cd3ecb15
parent0b9377895cfca72e846563d04fcfeb5a5f56a081 (diff)
downloadaur-13b5136233b1fa486d5c5b0b34d128b46ae54325.tar.gz
updpkgver and changing pkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 524d552890bf..908a74a62e64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun May 21 05:50:45 UTC 2017
pkgbase = libxfce4util-git
pkgdesc = Basic utility non-GUI functions for Xfce
- pkgver = 4.12.1.r16.gf8e35f0
+ pkgver = 4.14pre2.r1.gc198d55
pkgrel = 1
url = http://git.xfce.org/xfce/libxfce4util/tree/README
arch = i686
@@ -13,7 +11,7 @@ pkgbase = libxfce4util-git
makedepends = xfce4-dev-tools
makedepends = gobject-introspection
depends = glib2
- provides = libxfce4util=4.12.1.r16.gf8e35f0
+ provides = libxfce4util=4.14pre2.r1.gc198d55
conflicts = libxfce4util
options = !libtool
source = libxfce4util-git::git://git.xfce.org/xfce/libxfce4util
diff --git a/PKGBUILD b/PKGBUILD
index 52af1b9052f5..db8795fc55ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: tobias <tobias@archlinux.org>
pkgname=libxfce4util-git
-pkgver=4.12.1.r16.gf8e35f0
+pkgver=4.14pre2.r1.gc198d55
pkgrel=1
pkgdesc="Basic utility non-GUI functions for Xfce"
arch=(i686 x86_64)
@@ -23,7 +23,7 @@ sha512sums=('SKIP')
pkgver() {
cd $pkgname/
- git describe | sed 's/^libxfce4util-//;s/-/.r/;s/-/./g'
+ git describe | sed 's/^xfce-//;s/-/.r/;s/-/./g'
}
build() {
@@ -31,7 +31,7 @@ build() {
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
- --sbindir=/usr/bin \
+ --sbindir=/usr/bin \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \