summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-12-02 13:56:13 +0100
committerErich Eckner <git@eckner.net>2020-12-02 13:56:13 +0100
commit1446e47e59d878f0e4605829e91b0da2f2c600db (patch)
tree63f9763fcbb2ac2d175e29f2a7f002cc4b5b0799
parentc56e1a68cad86d3017437628f3f8582514d85f50 (diff)
downloadarchlinuxewe.git.save-1446e47e59d878f0e4605829e91b0da2f2c600db.tar.xz
make source names unique
-rw-r--r--cdm/PKGBUILD2
-rw-r--r--i3-swallow/PKGBUILD2
-rw-r--r--python-tifffile/PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/cdm/PKGBUILD b/cdm/PKGBUILD
index e7d42a3b..c42b957b 100644
--- a/cdm/PKGBUILD
+++ b/cdm/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL')
depends=('dialog' 'xorg-xinit' 'xorg-xdpyinfo' 'kbd')
conflicts=('cdm-git')
backup=('etc/cdmrc')
-source=("https://github.com/evertiro/cdm/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/evertiro/cdm/archive/$pkgver.tar.gz")
sha512sums=('51591b953ec83c06a5a4407c6d6083ac11e7095c7fb22e491ed3d6626217462529d3dd3590c2a256273b3668c7246b13bfd1f2f682f5bd860ca8a34aaca0b6f5')
package() {
diff --git a/i3-swallow/PKGBUILD b/i3-swallow/PKGBUILD
index 8e9d7d41..0b308a32 100644
--- a/i3-swallow/PKGBUILD
+++ b/i3-swallow/PKGBUILD
@@ -11,7 +11,7 @@ depends=('xdo')
makedepends=('git')
conflicts=('i3-swallow-git')
changelog=
-source=("https://github.com/TheCynicalTeam/$pkgname/archive/$pkgver-$pkgrel.tar.gz")
+source=("$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/TheCynicalTeam/$pkgname/archive/$pkgver-$pkgrel.tar.gz")
sha512sums=('39707c7ac4ba6668b4dcebc53292a02887cdb454681d8c51522a2862aa94510f4cb2127daeb22bdfc5497221f28f4b56b7bd648f772705d2af24478a81d5d40a')
package() {
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD
index abb60e7b..f0a434e2 100644
--- a/python-tifffile/PKGBUILD
+++ b/python-tifffile/PKGBUILD
@@ -16,7 +16,7 @@ optdepends=('python-matplotlib>=3.1: required only for plotting'
'python-imagecodecs>=2020.2.18: required only for encoding or decoding LZW, JPEG, etc'
'python-lxml: required only for validating and printing XML')
#checkdepends=('python-pytest')
-source=("https://github.com/cgohlke/$_pyname/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cgohlke/$_pyname/archive/v$pkgver.tar.gz")
sha512sums=('c944845ff7b97a5beb5f3a68b785835bd6c386927f50ae254418af9751a6462a95816d992f2afa027e4e98920098fe0f564dd62725f8088cd89efe7878410b9b')
build() {