diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-28 11:07:39 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-28 11:07:39 +0200 |
commit | 806ca548788626fe84773cbe06fd55bef805d185 (patch) | |
tree | d53fb8e39a208a3ef32d7538cd0dd6bed28690b0 /community/libnsbmp | |
parent | f64b3623ffcd182eeabcc818db3e900cdd072817 (diff) | |
parent | f38edbff3878008c8b2ae1ca8a496c349763017b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gtk-kde4/PKGBUILD
community/hubbub/PKGBUILD
community/libcss/PKGBUILD
community/libnsbmp/PKGBUILD
community/libnsgif/PKGBUILD
community/libwapcaplet/PKGBUILD
extra/gdb/PKGBUILD
Diffstat (limited to 'community/libnsbmp')
-rw-r--r-- | community/libnsbmp/PKGBUILD | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/community/libnsbmp/PKGBUILD b/community/libnsbmp/PKGBUILD index 87fdc09fb..392c8257d 100644 --- a/community/libnsbmp/PKGBUILD +++ b/community/libnsbmp/PKGBUILD @@ -1,17 +1,19 @@ -# $Id: PKGBUILD 59663 2011-11-29 08:59:46Z arodseth $ +# $Id: PKGBUILD 89122 2013-04-26 23:30:55Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Paulo Matias <matiasΘarchlinux-br·org> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> + pkgname=libnsbmp -pkgver=0.0.3 -pkgrel=3 -pkgdesc="Decoding library for BMP and ICO image file formats" -arch=('i686' 'x86_64' 'mips64el') -url="http://www.netsurf-browser.org/projects/libnsbmp/" +pkgver=0.1.0 +pkgrel=1 +pkgdesc='Decoding library for BMP and ICO image file formats' +arch=('x86_64' 'i686' 'mips64el') +url='http://www.netsurf-browser.org/projects/libnsbmp/' license=('MIT') depends=('glibc') +makedepends=('netsurf-buildsystem') source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") -md5sums=('b418fd3f73a42190046e4e1ab98d799e') +sha256sums=('fb576af6bd4d02d3626d5c2092bc06c80b2a80089a14decf40c813d9ec80ddc0') build() { cd "$srcdir/$pkgname-$pkgver" |