From 8f382479c36d523391856fb8da0e2425b7be5b56 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 11 Nov 2014 04:30:09 +0100 Subject: PKGBUILD: bump pkgver, reindent package function --- res/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/PKGBUILD b/res/PKGBUILD index c73ccb1..89563b6 100644 --- a/res/PKGBUILD +++ b/res/PKGBUILD @@ -1,5 +1,5 @@ pkgname=yawa-git -pkgver=0.0.1.r0.g1f4c8ac +pkgver=0.9.0 pkgrel=1 pkgdesc='A tool which allows you to compose wallpapers for X.' @@ -26,6 +26,6 @@ build() { } package() { - cd yawa - make DESTDIR="$pkgdir" install + cd yawa + make DESTDIR="$pkgdir" install } -- cgit v1.2.3-54-g00ecf