summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanspeter Portner2020-07-26 23:04:25 +0200
committerHanspeter Portner2020-07-26 23:04:25 +0200
commit1306445b3ef20de6e2c36670e2b5cba3acc2432b (patch)
treee0b93daa8fb9fb9c48b75f0195131fd5448af8f8
parent49af7434f0355e41705837552019cfe33a4b7e72 (diff)
downloadaur-1306445b3ef20de6e2c36670e2b5cba3acc2432b.tar.gz
rename downloaded file.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74c26164233b..3db4ee19524f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = linuxptp
pkgdesc = An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux.
pkgver = 3.0
- pkgrel = 1
+ pkgrel = 2
url = http://linuxptp.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
depends = glibc
- source = https://sourceforge.net/projects/linuxptp/files/v3.0/linuxptp-3.0.tgz/download
+ source = linuxptp-3.0.tgz::https://sourceforge.net/projects/linuxptp/files/v3.0/linuxptp-3.0.tgz/download
sha256sums = d74ceca722c75bfff53c633425f926dd48eb04f4a089451b855155c016d15785
pkgname = linuxptp
diff --git a/PKGBUILD b/PKGBUILD
index 4828a2087639..29b0875fb1dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=linuxptp
pkgver=3.0
-pkgrel=1
+pkgrel=2
pkgdesc='An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux.'
arch=('i686' 'x86_64')
url='http://linuxptp.sourceforge.net/'
license=('GPL')
depends=('glibc')
makedepends=()
-source=("https://sourceforge.net/projects/${pkgname}/files/v${pkgver}/${pkgname}-${pkgver}.tgz/download")
+source=("${pkgname}-${pkgver}.tgz::https://sourceforge.net/projects/${pkgname}/files/v${pkgver}/${pkgname}-${pkgver}.tgz/download")
sha256sums=('d74ceca722c75bfff53c633425f926dd48eb04f4a089451b855155c016d15785')
build() {