Date: Friday, October 14, 2016 @ 04:41:31 Author: heftig Revision: 278810
0.7.7-1 Modified: libnotify/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-14 04:12:27 UTC (rev 278809) +++ PKGBUILD 2016-10-14 04:41:31 UTC (rev 278810) @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libnotify -pkgver=0.7.6 -pkgrel=2 +pkgver=0.7.7 +pkgrel=1 pkgdesc="Library for sending desktop notifications" arch=(i686 x86_64) url="https://developer.gnome.org/notification-spec/" @@ -10,10 +10,15 @@ license=(LGPL) depends=(gdk-pixbuf2) makedepends=(gtk3 gobject-introspection git gnome-common) -_commit=2f2c5649ef210b1dffeb46cddf062d20e1518ccf +_commit=c954cabaad9e224c0c6129032d824012d332c11b # tags/0.7.7^0 source=("git://git.gnome.org/libnotify#commit=$_commit") sha256sums=('SKIP') +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + prepare() { cd $pkgname NOCONFIGURE=1 ./autogen.sh
