diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 04:30:09 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 04:30:09 +0100 |
commit | 8f382479c36d523391856fb8da0e2425b7be5b56 (patch) | |
tree | f904d2cccdfca9e68f4917376248dbda65575c1d /res | |
parent | f42037a98f0dd6bca56516165a34083449c116ab (diff) | |
download | yawa-8f382479c36d523391856fb8da0e2425b7be5b56.tar.xz |
PKGBUILD: bump pkgver, reindent package function
Diffstat (limited to 'res')
-rw-r--r-- | res/PKGBUILD | 6 |
1 files 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 } |