mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gmime to 2.6.5-1
This commit is contained in:
parent
30dd25ac7a
commit
adfe449792
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - v7h needs to be built as -O1, workaround for gcc bug
|
||||
# - remove noautobuild on update
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=gmime
|
||||
pkgver=2.6.4
|
||||
pkgver=2.6.5
|
||||
pkgrel=1
|
||||
pkgdesc="Core mime parsing library"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,7 +18,7 @@ depends=('glib2' 'gpgme' 'zlib')
|
|||
makedepends=('gtk-sharp-2')
|
||||
options=('!libtool')
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('2e85076c223fe8bf1392a7c1affa4454cb3bb6dec83016ad6e3230c65533f163')
|
||||
sha256sums=('fe4db888ccdcdab0c3366cb5a61413b8bf4dc4b96b146f39e35380d9276334e0')
|
||||
|
||||
build() {
|
||||
# get rid of that .wapi errors in fakeroot
|
||||
|
|
Loading…
Reference in a new issue