diff options
author | root <root@rshg054.dnsready.net> | 2011-11-25 23:14:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-25 23:14:55 +0000 |
commit | 6a642c093f29814cdd0fdefeee3ab9400eae490f (patch) | |
tree | f2edeb17bda6dbc9e784455f1b38f3fcc7e5b64a /community/fb-client/PKGBUILD | |
parent | 5894dd675f4bd3ba296d262fae99b3b87a0f87fd (diff) |
Fri Nov 25 23:14:55 UTC 2011
Diffstat (limited to 'community/fb-client/PKGBUILD')
-rw-r--r-- | community/fb-client/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD index 3b52e6968..03e1ffb67 100644 --- a/community/fb-client/PKGBUILD +++ b/community/fb-client/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Florian "Bluewind" Pritz <flo@xssn.at> pkgname=fb-client -pkgver=0.9 +pkgver=0.9.1 pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64') @@ -8,8 +8,9 @@ url="http://paste.xinu.at" license=('GPL3') depends=('curl') optdepends=('xclip: for automatically copying the URL into the clipboard') -source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz) -md5sums=('51d65d794e9bad66e06e252f90ce92fb') +source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig}) +md5sums=('dcb979b6d31ea56fde107251b92aaaca' + '08b1ac48b3da676621655d80c4c6a66d') build() { cd "$srcdir/fb-$pkgver" |