summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann2020-04-18 14:41:04 +0200
committerThomas Hartmann2020-04-18 14:41:04 +0200
commit8442f54033f453d33b2ae288e980cf98435742be (patch)
tree90bc6e8845bd28a3fc069cda0b3fe2eb48849ce7
parent1c1fdadb2c819b11890b2eebe705ad9e2d0b8cd4 (diff)
downloadaur-8442f54033f453d33b2ae288e980cf98435742be.tar.gz
use unique source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d70ec2279d22..a07491f553ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = htcondor
pkgdesc = Distributed workload management system
pkgver = 8.8.8
- pkgrel = 2
+ pkgrel = 3
url = https://research.cs.wisc.edu/htcondor/
arch = x86_64
license = apache
@@ -18,7 +18,7 @@ pkgbase = htcondor
depends = python
provides = htcondor
conflicts = htcondor
- source = https://github.com/htcondor/htcondor/archive/V8_8_8.tar.gz
+ source = htcondor-8.8.8.tar.gz::https://github.com/htcondor/htcondor/archive/V8_8_8.tar.gz
md5sums = e248a1506d367cacab0575fb18aa1e11
pkgname = htcondor
diff --git a/PKGBUILD b/PKGBUILD
index dba313aef228..0280bbb82cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Thomas Hartmann <thomas@th-ht.de>
pkgname=htcondor
pkgver=8.8.8
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="Distributed workload management system"
arch=("x86_64")
@@ -24,7 +24,7 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/htcondor/htcondor/archive/V${pkgver//./_}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/htcondor/htcondor/archive/V${pkgver//./_}.tar.gz")
noextract=()
md5sums=('e248a1506d367cacab0575fb18aa1e11')
validpgpkeys=()