diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-24 14:41:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-24 14:42:09 +0000 |
commit | c6978edec3877516750d449d45332c2cc9169bb1 (patch) | |
tree | 596eb87cd8e5761ab301c29c9c7c79841029a51b /main | |
parent | ad7b8efe3011954b8c0da3f722ef117c768f3a22 (diff) | |
download | aports-c6978edec3877516750d449d45332c2cc9169bb1.tar.bz2 aports-c6978edec3877516750d449d45332c2cc9169bb1.tar.xz |
main/pinentry: remove uiconv
Diffstat (limited to 'main')
-rw-r--r-- | main/pinentry/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/main/pinentry/APKBUILD b/main/pinentry/APKBUILD index 3f08adac73..7b4b85ce53 100644 --- a/main/pinentry/APKBUILD +++ b/main/pinentry/APKBUILD @@ -1,8 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pinentry pkgver=0.8.0 -_uiconv_ver=0.3 -pkgrel=0 +pkgrel=1 pkgdesc="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" url="http://www.gnupg.org/aegypten2" license="GPL-2" @@ -11,7 +10,6 @@ install="pinentry.post-install pinentry.post-deinstall" makedepends="ncurses-dev libcap-dev gtk+-dev" subpackages="$pkgname-doc $pkgname-gtk" source="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.gz - http://git.alpinelinux.org/cgit/uiconv/snapshot/uiconv-$_uiconv_ver.tar.bz2 " build () { @@ -40,5 +38,4 @@ gtk() { mv "$pkgdir"/usr/bin/pinentry-gtk* "$subpkgdir"/usr/bin/ } -md5sums="590be1b00f9ab63205843c7fed8caf35 pinentry-0.8.0.tar.gz -5cd7f80085324d08cb976fec674cd98d uiconv-0.3.tar.bz2" +md5sums="590be1b00f9ab63205843c7fed8caf35 pinentry-0.8.0.tar.gz" |