summaryrefslogtreecommitdiff
path: root/community/fb-client/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-06 22:47:17 +0000
committerroot <root@rshg047.dnsready.net>2011-06-06 22:47:17 +0000
commit93a9cde1226d0c82849bc71ff4d481d3d2698dc1 (patch)
tree1f60e792a546a9484aec590ce687df8f0ec6c697 /community/fb-client/PKGBUILD
parentc81b3455112a3b09a8341fc8c45a91bd92c15a12 (diff)
Mon Jun 6 22:47:16 UTC 2011
Diffstat (limited to 'community/fb-client/PKGBUILD')
-rw-r--r--community/fb-client/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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 <flo@xssn.at>
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')