summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Dillon2019-12-29 18:12:53 +0000
committerJoe Dillon2019-12-29 18:12:53 +0000
commit17f414f25fc399e7e1267315e7e91ff73ee27095 (patch)
tree0e070ea1e043ce62ae4307b41a36f0c37c40422a
parent361eb60c54ff616a79c752c3a3ca3ba6aae72dd1 (diff)
downloadaur-17f414f25fc399e7e1267315e7e91ff73ee27095.tar.gz
Changed source from PyPI to GitHub to make signed GitHub commits useful.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1bc2a4e01fb..6c1ddef5e1b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = taps
pkgdesc = True Arch package security - audit your system and query packages
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Vimru/taps
arch = any
license = GPL3
@@ -9,8 +9,8 @@ pkgbase = taps
depends = python-colorful
depends = python-requests
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/t/taps/taps-1.0.1.tar.gz
- sha256sums = 87d616713a6d85de04becea657954ab13a455d317002cc72b947627ba063c599
+ source = taps-1.0.1.tar.gz::https://github.com/Vimru/taps/archive/v1.0.1.tar.gz
+ sha256sums = ab7adbfbc44fbc00d060e476b1421f9db7a6ee7be6cd1e1df94dd59527c43c1d
pkgname = taps
diff --git a/PKGBUILD b/PKGBUILD
index c1f638f76086..b69ab505fe42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Joe Dillon <josephd31415 at gmail dot com>
pkgname=taps
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="True Arch package security - audit your system and query packages"
arch=("any")
url="https://github.com/Vimru/taps"
license=("GPL3")
depends=("python" "python-colorful" "python-requests" "python-setuptools")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('87d616713a6d85de04becea657954ab13a455d317002cc72b947627ba063c599')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Vimru/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('ab7adbfbc44fbc00d060e476b1421f9db7a6ee7be6cd1e1df94dd59527c43c1d')
build() {
cd "$srcdir/$pkgname-$pkgver"