summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2012-08-21 17:28:58 +0000
committerThomas Weißschuh2012-08-21 17:28:58 +0000
commit23d6b71fbb49f3b4ea4b86cb18cefad0e8e12293 (patch)
tree3ccffb242abd6eaa336802d4e8c1cf6d69ea86be
parent762a065d3f1e85b92dc3dc510398059f0c2f4ab3 (diff)
downloadaur-23d6b71fbb49f3b4ea4b86cb18cefad0e8e12293.tar.gz
fix package() of boinc_curses
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 096e5977cfcf..5d93af23a3da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = boinc_curses
pkgdesc = console based boinc-client monitor and controller
pkgver = 0.2.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.oook.cz/bsd/boinc_curses/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c252e388176d..8e9e87eaa484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=boinc_curses
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="console based boinc-client monitor and controller"
arch=('i686' 'x86_64')
url="http://www.oook.cz/bsd/boinc_curses/"
@@ -19,7 +19,7 @@ build() {
}
package() {
- install -D -m755 "$srcdir/$pkgname-$pkgdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -D -m755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
}
sha512sums=('78a480f3b077a642c3b5592a46f5521cb25f9dec3d5e19b58138b08b2b92fc9648de5e3214bc7e52a87006c7abe3340eaf4f58399d65747b437113a44933ebfd')