diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-15 11:52:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-15 11:52:23 -0300 |
commit | 89ed973d4fa461d8e6147d82f809034427a69f84 (patch) | |
tree | 53e88f25f6cbcd0bc1bb0f94ead81b937e50f964 | |
parent | 1ecceefcea71f067e74019d6496eaf2555cfa917 (diff) | |
download | abslibre-89ed973d4fa461d8e6147d82f809034427a69f84.tar.gz abslibre-89ed973d4fa461d8e6147d82f809034427a69f84.tar.bz2 abslibre-89ed973d4fa461d8e6147d82f809034427a69f84.zip |
parabola-keyring: change url path
-rw-r--r-- | libre/parabola-keyring/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/parabola-keyring/PKGBUILD b/libre/parabola-keyring/PKGBUILD index 408b6a5eb..dd48634fd 100644 --- a/libre/parabola-keyring/PKGBUILD +++ b/libre/parabola-keyring/PKGBUILD @@ -7,12 +7,12 @@ pkgdesc='Parabola GNU/Linux-libre PGP keyring' arch=('any') url='https://projects.parabolagnulinux.org/hackers.git/' 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") +install=$pkgname.install +source=("http://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz" + "http://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz.sig") package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $srcdir/$pkgname-$pkgver make PREFIX=/usr DESTDIR=${pkgdir} install } md5sums=('d50f8ba9f108b38c0e084d21742ea059' |