Date: Friday, March 4, 2016 @ 12:40:34 Author: spupykin Revision: 164748
upgpkg: dzen2 0.9.5git-6 upd Modified: dzen2/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-04 11:40:31 UTC (rev 164747) +++ PKGBUILD 2016-03-04 11:40:34 UTC (rev 164748) @@ -4,7 +4,8 @@ pkgname=dzen2 pkgver=0.9.5git -pkgrel=5 +_commit=488ab66019f475e35e067646621827c18a879ba1 +pkgrel=6 arch=(i686 x86_64) pkgdesc="X notification utility" url="https://github.com/robm/dzen" @@ -11,7 +12,7 @@ license=("MIT") depends=('libx11' 'libxpm' 'libxinerama' 'libxft') makedepends=('gcc' 'git') -source=("$pkgname-$pkgver::git://github.com/robm/dzen") +source=("$pkgname-$pkgver::git://github.com/robm/dzen#commit=${_commit}") md5sums=('SKIP') prepare() {
