diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-28 16:19:01 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-28 16:21:19 -0200 |
commit | 43344346184e0a3c1f4383a77bfdd33a5d3e792f (patch) | |
tree | 261289f4f0c4542a9550f650af674165a5ad2201 /pcr/command-not-found | |
parent | d4d7171be7f8ff7e45fa8b18a06502676d981981 (diff) | |
download | abslibre-43344346184e0a3c1f4383a77bfdd33a5d3e792f.tar.gz abslibre-43344346184e0a3c1f4383a77bfdd33a5d3e792f.tar.bz2 abslibre-43344346184e0a3c1f4383a77bfdd33a5d3e792f.zip |
rename repo.parabolagnulinux.org to repo.parabola.nu URL in source array for liberated source tarballs
Diffstat (limited to 'pcr/command-not-found')
-rw-r--r-- | pcr/command-not-found/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/command-not-found/PKGBUILD b/pcr/command-not-found/PKGBUILD index 62670e767..3772895de 100644 --- a/pcr/command-not-found/PKGBUILD +++ b/pcr/command-not-found/PKGBUILD @@ -14,7 +14,7 @@ depends=('boost-libs' 'tdb' 'libarchive' 'wget') makedepends=('boost' 'cmake') install='install' -source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz") +source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('cceea11367dd1847f08c94212f380ea5') mksource=("$pkgname-$pkgver::git+https://github.com/metti/$pkgname.git#tag=v${pkgver}") |