summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2012-08-25 18:19:53 +0000
committerThomas Weißschuh2012-08-25 18:19:53 +0000
commit4a18a5a34955d21f94651686eff1e70713aa2158 (patch)
tree6ad1d33f40cb4d099fab183a5dce1a8b44411731
parent23d6b71fbb49f3b4ea4b86cb18cefad0e8e12293 (diff)
downloadaur-4a18a5a34955d21f94651686eff1e70713aa2158.tar.gz
more fixes for boinc_curses
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d93af23a3da..79120ef22329 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 = 2
+ pkgrel = 3
url = http://www.oook.cz/bsd/boinc_curses/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8e9e87eaa484..a2356ff236ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=boinc_curses
pkgver=0.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="console based boinc-client monitor and controller"
arch=('i686' 'x86_64')
url="http://www.oook.cz/bsd/boinc_curses/"
license=('GPL')
depends=(boinc)
-source=($pkgname-$pkgver.tar.gz)
source=("http://www.oook.cz/bsd/$pkgname/$pkgname-$pkgver.tar.bz2")
build() {