diff options
Diffstat (limited to 'community/fb-client/PKGBUILD')
-rw-r--r-- | community/fb-client/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD index d6e3a5743..eaf7915c1 100644 --- a/community/fb-client/PKGBUILD +++ b/community/fb-client/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Florian "Bluewind" Pritz <flo@xssn.at> pkgname=fb-client -pkgver=1.3.1 +pkgver=1.3.2 pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64' 'mips64el') @@ -10,7 +10,7 @@ license=('GPL3') depends=('curl' 'bash') optdepends=('xclip: for automatically copying the URL into the clipboard') source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig}) -md5sums=('6938cff329e7965593f270747e94539f' +md5sums=('181b3d64000eaf5dad4ec7cdceed479c' 'SKIP') build() { |