summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkeysym2021-06-09 08:56:26 -0300
committerkeysym2021-06-09 08:57:14 -0300
commit8fc9cd62f6e8b0f82db3e1986865c042f6592f01 (patch)
treebe83074e7ddba6fc891d2a7810473bc1410421cb /PKGBUILD
parentc4ae1ebf039e40cbc45a617a5c8d45f0e341cff5 (diff)
downloadaur-8fc9cd62f6e8b0f82db3e1986865c042f6592f01.tar.gz
upgpkg: rel 2: Give source a unique name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a73855d46730..5a38b2386bdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=openrdate
pkgver=1.10
-pkgrel=1
+pkgrel=2
pkgdesc="Set the system's date from a remote host"
arch=('i686' 'x86_64' 'arm' 'armv6h')
url="https://github.com/resurrecting-open-source-projects/openrdate"
license=('BSD')
depends=('libbsd')
makedepends=('autoconf' 'automake')
-source=("${url}/archive/refs/tags/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('8a29eed664e1ba3f628ac16227da2f872d595ddf0be2daee23fbc9da7fc7846a')
build() {