From 93a9cde1226d0c82849bc71ff4d481d3d2698dc1 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Jun 2011 22:47:17 +0000 Subject: Mon Jun 6 22:47:16 UTC 2011 --- community/fb-client/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'community/fb-client/PKGBUILD') diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD index 4e6f56fbe..015fac2b6 100644 --- a/community/fb-client/PKGBUILD +++ b/community/fb-client/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Florian "Bluewind" Pritz pkgname=fb-client -pkgver=0.7.3 +pkgver=0.8 pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64') @@ -9,6 +9,7 @@ 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) +md5sums=('d7d1edb2d6fc22004bad8a10392c2f7d') build() { cd "$srcdir/fb-$pkgver" @@ -20,8 +21,6 @@ package() { cd "$srcdir/fb-$pkgver" make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/fb/COPYING" } # vim:set ts=2 sw=2 et: -md5sums=('eca03932db65d02a8e69e25224f14599') -- cgit v1.2.3-54-g00ecf