diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-07-19 12:59:39 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-07-19 12:59:39 -0300 |
commit | f6fa033cd8ddd7cf0efcc84b93ca8f27d5b1059b (patch) | |
tree | 0c3aa48ca472e9d3159262636c459b1cc5ddf8b3 /libre | |
parent | edd9e0552225a939030f45f80a1be9fe0dd82fae (diff) |
libre/parabola-keyring-20120719-2
Diffstat (limited to 'libre')
-rw-r--r-- | libre/parabola-keyring/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/parabola-keyring/PKGBUILD b/libre/parabola-keyring/PKGBUILD index f6fa2f548..432a5cf75 100644 --- a/libre/parabola-keyring/PKGBUILD +++ b/libre/parabola-keyring/PKGBUILD @@ -3,7 +3,7 @@ pkgname=parabola-keyring pkgver=20120719 -pkgrel=1 +pkgrel=2 pkgdesc='Parabola GNU/Linux-libre PGP keyring' arch=('any') url='https://projects.parabolagnulinux.org/hackers.git/' @@ -11,10 +11,10 @@ license=('GPL') install="${pkgname}.install" source=("http://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz" "http://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz.sig") -md5sums=('57c2bc04d4a65b61e696ab3b01c9761f' - '419e7dcb3ee2cb8f9d20624f83c5d938') package() { cd "${srcdir}/${pkgname}-${pkgver}" make PREFIX=/usr DESTDIR=${pkgdir} install } +md5sums=('de7f518935faea83aaa4d74001be8ecc' + '22dd9f76911e4984a6cc625d9d1f9465') |