diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-21 13:07:59 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-21 13:07:59 +0100 |
commit | bdbfa57a41a969fbdf5a636adb2f8ff355d74263 (patch) | |
tree | 13ae3d40385bf4f944e6b78f239bb186f33d8ecf /community/fb-client/PKGBUILD | |
parent | 24ac25bb11036f62ff8c578c4d3e3dba5f3dbcef (diff) | |
parent | ebf350f32a8352abbd1bb4a8a49ed750bb23f285 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/gmp/PKGBUILD
extra/sqlite/PKGBUILD
Diffstat (limited to 'community/fb-client/PKGBUILD')
-rw-r--r-- | community/fb-client/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD index 3117d9d46..52efadc22 100644 --- a/community/fb-client/PKGBUILD +++ b/community/fb-client/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Florian "Bluewind" Pritz <flo@xssn.at> pkgname=fb-client -pkgver=1.1 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64' 'mips64el') url="http://paste.xinu.at" @@ -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=('32551de21b82d2dbd1bb96ad2ecb5fc7' - '04357f4b0d6a84f1de51e275220a042b') +md5sums=('d070595283130441bd06e2d9da1e0650' + '9342a474b215c917a1ee3c58794406b2') build() { cd "$srcdir/fb-$pkgver" |