[arch-commits] Commit in gmime/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sat Dec 17 18:22:26 UTC 2011


    Date: Saturday, December 17, 2011 @ 13:22:26
  Author: ibiru
Revision: 145136

update to 2.4.29

Modified:
  gmime/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-17 16:20:46 UTC (rev 145135)
+++ PKGBUILD	2011-12-17 18:22:26 UTC (rev 145136)
@@ -3,7 +3,7 @@
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=gmime
-pkgver=2.4.28
+pkgver=2.4.29
 pkgrel=1
 pkgdesc="Core mime parsing library"
 arch=('i686' 'x86_64')
@@ -12,24 +12,24 @@
 depends=('glib2' 'zlib')
 makedepends=('gtk-sharp-2' 'pkgconfig')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('8487faf949ca60c7fb814338e6457d4b4260fcba361158667e1f3fe3e7cce13e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c85dd7b2ac19754bf687fe8653c3631415b3a2ce70b4365268f03a1bd002ffa5')
 
 build() {
   # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR="${srcdir}/weird"
-  mkdir -p "${MONO_SHARED_DIR}"
+  export MONO_SHARED_DIR="$srcdir/weird"
+  mkdir -p "$MONO_SHARED_DIR"
 
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 
   # These are gmime alternatives for the same shareutils tools
-  mv "${pkgdir}/usr/bin/uuencode" "${pkgdir}/usr/bin/guuencode"
-  mv "${pkgdir}/usr/bin/uudecode" "${pkgdir}/usr/bin/guudecode"
+  mv "$pkgdir/usr/bin/uuencode" "$pkgdir/usr/bin/guuencode"
+  mv "$pkgdir/usr/bin/uudecode" "$pkgdir/usr/bin/guudecode"
 }




More information about the arch-commits mailing list