diff options
author | root <root@rshg054.dnsready.net> | 2012-04-12 00:01:12 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-12 00:01:12 +0000 |
commit | ab7a55e53fc209fd3cf355db3dc0d9b5a6685298 (patch) | |
tree | b5d6947959dbeee822a6582493d6cef36fd126d4 /community/fb-client | |
parent | 8119da2eaadf53531cad2aed70981ed4606340d6 (diff) |
Thu Apr 12 00:01:12 UTC 2012
Diffstat (limited to 'community/fb-client')
-rw-r--r-- | community/fb-client/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD index 41293b975..16a512f71 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=1.0.2 +pkgver=1.0.3 pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64') @@ -9,8 +9,8 @@ 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{,.sig}) -md5sums=('b5b33d773b3145e4e2306e970d0b5ca1' - '07ef0f054d05d74ad75336dc32b956e4') +md5sums=('d228e2475eaf0141ecff7c7a18ef97a1' + '69e60c7c20360262a5cf0b902c0219b2') build() { cd "$srcdir/fb-$pkgver" |