mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/gmime to 2.6.11-1
This commit is contained in:
parent
87dcb8c648
commit
ff62d9a0bd
1 changed files with 2 additions and 4 deletions
|
@ -5,10 +5,8 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - v7h needs to be built as -O1, workaround for gcc bug
|
# - v7h needs to be built as -O1, workaround for gcc bug
|
||||||
|
|
||||||
plugrel=1
|
|
||||||
|
|
||||||
pkgname=gmime
|
pkgname=gmime
|
||||||
pkgver=2.6.10
|
pkgver=2.6.11
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Core mime parsing library"
|
pkgdesc="Core mime parsing library"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -18,7 +16,7 @@ depends=('glib2' 'gpgme' 'zlib')
|
||||||
makedepends=('gtk-sharp-2')
|
makedepends=('gtk-sharp-2')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
||||||
sha256sums=('a0e1132613339d6ba06df483a1f8d8bda6feb4f58f8b102daab2f1390fd6a3b7')
|
sha256sums=('ec227549062120af006ed0842baab921e133aa520353ca0fff004390c68af9ab')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# get rid of that .wapi errors in fakeroot
|
# get rid of that .wapi errors in fakeroot
|
||||||
|
|
Loading…
Reference in a new issue