summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2020-01-28 17:44:27 -0700
committeryochananmarqos2020-01-28 17:44:27 -0700
commit494894a2bf0ca72000f01601433d071d4dad6894 (patch)
tree6660f46d94c6c047110f750f8321c98505000640
parent62c919e2954a087e9c577ad082f785e24e3afc27 (diff)
downloadaur-494894a2bf0ca72000f01601433d071d4dad6894.tar.gz
PKGBUILD tweaks
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f13d598431b8..6ebd5f688719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=rebound
+#_name="$pkgname-cli"
pkgver=2.0.0
pkgrel=1
pkgdesc="Command-line tool that instantly fetches Stack Overflow results when an exception is thrown"
@@ -10,6 +11,7 @@ depends=('python-beautifulsoup4' 'python-requests' 'python-urwid')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+#source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('8d5cd356c17416dcdb90b34c09e793cb24550fbf00ac32a8ff85d58a312173f6')
build() {