Date: Sunday, November 22, 2015 @ 21:00:40 Author: arodseth Revision: 147400
upgpkg: tint2 0.12.3-1 Modified: tint2/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-22 19:51:15 UTC (rev 147399) +++ PKGBUILD 2015-11-22 20:00:40 UTC (rev 147400) @@ -5,7 +5,7 @@ # Contributor: Stefan Husmann< [email protected]> pkgname=tint2 -pkgver=0.12.2 +pkgver=0.12.3 pkgrel=1 pkgdesc='Basic, good-looking task manager for WMs' arch=('x86_64' 'i686') @@ -16,11 +16,12 @@ makedepends=('cmake' 'startup-notification' 'git' 'ninja') source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver" 'zombie-fix.patch') -sha256sums=('65dbc8e43fdf6d89ce42bc8bbd65a52d103dbd7f94da5f629de86ced22e640ec' +sha256sums=('7f1f7cdb8eecfaaac620589c327bf29def457a9d38cee587769c93aacd2a3e36' 'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9') prepare() { - cd "$pkgname.git" + mv "$pkgname-$pkgver-"* "$pkgname" + cd "$pkgname" # Applying all available patches for f in ../*.patch; do @@ -30,7 +31,7 @@ } build() { - cd "$pkgname.git" + cd "$pkgname" # Generating Ninja project files mkdir -p build && cd build @@ -41,7 +42,7 @@ } package() { - DESTDIR="$pkgdir" ninja -C "$pkgname.git/build" install + DESTDIR="$pkgdir" ninja -C "$pkgname/build" install } # vim:set ts=2 sw=2 et:
