diff options
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 4dec5ae16..c04a69221 100644 --- a/community/fb-client/PKGBUILD +++ b/community/fb-client/PKGBUILD @@ -1,6 +1,7 @@ # Maintainer: Florian "Bluewind" Pritz <flo@xssn.at> + pkgname=fb-client -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64') @@ -9,8 +10,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=('0dc4cc4637b4503cb0c0cf1f1b09975a' - 'ff74200e97a0184109cd1eee9c0dc099') +md5sums=('6d05a1ebe50fa2c00c03fa41195bdf48' + 'SKIP') build() { cd "$srcdir/fb-$pkgver" |