summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTharre2018-08-09 20:43:26 +0200
committerTharre2018-08-09 20:51:10 +0200
commit5332df6f50f08843183e23302620100a6e7be815 (patch)
treef8b4fc2fa5ed038ff03957a6475661e4812f743d /PKGBUILD
parent0a9e5b6ff85aace82ce145b67badfedec06b49f1 (diff)
downloadaur-5332df6f50f08843183e23302620100a6e7be815.tar.gz
Use sources from kernel.org and verify keys
The kernel.org repo is considered official, see [0]. [0] https://github.com/mricon/grokmirror/issues/25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a09ec0bd5dc2..250ea867862f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,14 @@ pkgname=grokmirror
pkgver=1.1.0
pkgrel=2
pkgdesc='Framework to smartly mirror git repositories'
-url='https://github.com/mricon/grokmirror'
+url='https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git'
arch=('any')
license=('GPL3')
depends=('python-setuptools')
-source=("${pkgname}-${pkgver}::https://github.com/mricon/grokmirror/archive/v${pkgver}.tar.gz")
-sha256sums=('c838df4e9f055b269dd9664c554586d05cc91db337f559b3c2318aba24c89354')
+source=(https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-${pkgver}.tar.{gz,asc})
+validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E') # Konstantin Ryabitsev
+sha256sums=('SKIP'
+ 'SKIP')
build() {
cd "${pkgname}-${pkgver}"