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 904e07b93..cd58c3887 100644 --- a/community/fb-client/PKGBUILD +++ b/community/fb-client/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Florian "Bluewind" Pritz <flo@xssn.at> pkgname=fb-client -pkgver=1.2.1 +pkgver=1.3.0 pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64') url="http://paste.xinu.at" license=('GPL3') -depends=('curl') +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=('23b7324844e641432bbfa72cbe101053' +md5sums=('e715b53883a7f9e3fc5942c78618dbdf' 'SKIP') build() { |