diff options
Diffstat (limited to 'community/fb-client/PKGBUILD')
-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 812d1f8f7..a53c79215 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.4 +pkgver=1.0.5 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=('5b96884795a568dd07d7af3856427ea0' - 'e42a87b7c564c127d528fb34d596eacb') +md5sums=('7e9a5436b138f67c6b75209034d8a729' + '816da30af8582407adf9701890257b8d') build() { cd "$srcdir/fb-$pkgver" |