summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd7ca459e073..e850c08ac9d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cower
pkgver=17
-pkgrel=1
+pkgrel=2
pkgdesc="A simple AUR agent with a pretentious name"
arch=('i686' 'x86_64')
url="http://github.com/falconindy/cower"
@@ -18,7 +18,7 @@ build() {
cd "$pkgname-$pkgver"
make
- sed '/^$/q' cower.c >LICENSE
+ sed '/^$/q' src/cower.c >LICENSE
}
package() {