diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-28 16:29:13 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-28 16:33:15 -0200 |
commit | e4539fcc03107c96561c970091445bbfaf013c66 (patch) | |
tree | 34370e835b6e6056401bdc6e23bebace81e873ce | |
parent | 43344346184e0a3c1f4383a77bfdd33a5d3e792f (diff) |
rename repo.parabolagnulinux.org to repo.parabola.nu URL in source array for the missing liberated source tarballs
-rw-r--r-- | libre/parabola-keyring/PKGBUILD | 4 | ||||
-rw-r--r-- | pcr/opentracker/PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/parabola-keyring/PKGBUILD b/libre/parabola-keyring/PKGBUILD index 70af8049d..98a9a79b6 100644 --- a/libre/parabola-keyring/PKGBUILD +++ b/libre/parabola-keyring/PKGBUILD @@ -9,8 +9,8 @@ url='https://projects.parabolagnulinux.org/hackers.git/' license=('GPL') 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") +source=("http://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz" + "http://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz.sig") md5sums=('a7b68a5ac179fbdb3276375514c69b11' 'SKIP') diff --git a/pcr/opentracker/PKGBUILD b/pcr/opentracker/PKGBUILD index f1940b8f8..2834866aa 100644 --- a/pcr/opentracker/PKGBUILD +++ b/pcr/opentracker/PKGBUILD @@ -11,7 +11,7 @@ license=('custom:Beer' 'GPL') makedepends=('libowfat' 'cvs') depends=('bash' 'zlib') backup=('etc/opentracker/config') -source=("http://repo.parabolagnulinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} +source=("http://repo.parabola.nu/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} 'opentracker.service' 'license.txt') md5sums=('64956fd9bc7b453b4862b8ba15a27511' |