diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-21 19:01:19 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-21 19:01:19 -0300 |
commit | abccb9f6e9a6f091f94409fb1f5f952e3d1b7886 (patch) | |
tree | c65496e026470cf331d991f0c60b54083573dc4b /nonprism/bti-nonprism/PKGBUILD | |
parent | 627918a21064f9b4211b39f64304707e0af4558e (diff) | |
download | abslibre-abccb9f6e9a6f091f94409fb1f5f952e3d1b7886.tar.gz abslibre-abccb9f6e9a6f091f94409fb1f5f952e3d1b7886.tar.bz2 abslibre-abccb9f6e9a6f091f94409fb1f5f952e3d1b7886.zip |
bti-nonprism:fixing pkgbuild
Diffstat (limited to 'nonprism/bti-nonprism/PKGBUILD')
-rw-r--r-- | nonprism/bti-nonprism/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nonprism/bti-nonprism/PKGBUILD b/nonprism/bti-nonprism/PKGBUILD index 9c6414f40..378664976 100644 --- a/nonprism/bti-nonprism/PKGBUILD +++ b/nonprism/bti-nonprism/PKGBUILD @@ -6,12 +6,15 @@ _pkgname=bti pkgname=bti-nonprism pkgver=033 -pkgrel=1 +pkgrel=1.1 pkgdesc='Console client for status.net, without Twitter support' arch=('i686' 'x86_64' 'mips64el') url='http://gregkh.github.com/bti/' license=('GPL') depends=('pcre' 'libxml2' 'curl' 'liboauth' 'json-c') +provides=$_pkgname +conflicts=$_pkgname +replaces=$_pkgname source=(http://www.kernel.org/pub/software/web/$_pkgname/$_pkgname-$pkgver.tar.xz nonprism.patch) sha256sums=('a3d9d8a86a718a4820387c75ac2af24fecfe754ee562163d700acb7cf795d753' |