summaryrefslogtreecommitdiffstats
path: root/gpgme/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-26 22:58:47 +0100
committerpiernov <piernov@piernov.org>2012-01-26 22:58:47 +0100
commit589b9a4abea8ab5d158852474a6f3313cbcf81c1 (patch)
treecf37cc51e3ece2f870abdd327d4d86d2a0315671 /gpgme/Pkgfile
parentb64bae16d1e2836257fccc6aeafe6a08cf4c342b (diff)
downloadnutyx-extra-589b9a4abea8ab5d158852474a6f3313cbcf81c1.tar.gz
nutyx-extra-589b9a4abea8ab5d158852474a6f3313cbcf81c1.tar.bz2
nutyx-extra-589b9a4abea8ab5d158852474a6f3313cbcf81c1.tar.xz
nutyx-extra-589b9a4abea8ab5d158852474a6f3313cbcf81c1.zip
gpgme 1.3.1-1 màj port
Diffstat (limited to 'gpgme/Pkgfile')
-rw-r--r--gpgme/Pkgfile9
1 files changed, 4 insertions, 5 deletions
diff --git a/gpgme/Pkgfile b/gpgme/Pkgfile
index a2c895382..597d5a9c1 100644
--- a/gpgme/Pkgfile
+++ b/gpgme/Pkgfile
@@ -6,15 +6,14 @@
# Run on: gnupg,gnupg1
name=gpgme
-version=1.3.0
-release=2
-source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.gz)
+version=1.3.1
+release=1
+source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
- rm $PKG/usr/share/info/dir
+ rm $PKG/usr/share/info/dir
}
-