summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-10-25 20:04:14 +0200
committerhaawda2019-10-25 20:04:14 +0200
commit917aa7ea9b4bb47b8f13c4f5c3dbf05994745cc5 (patch)
tree6b11db8e40215aca2b86bd216aafac483e5a44dd
parent7d85d32ccbcfaae0209fb86363ae7dec34fb0a55 (diff)
downloadaur-917aa7ea9b4bb47b8f13c4f5c3dbf05994745cc5.tar.gz
fix PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4a9569ac73b..d3e6130eb2e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = soccer-cli-git
pkgdesc = Soccer for Hackers - a CLI for all the football scores.
- pkgver = 20170929_r267.990bdfd
+ pkgver = 20190116_r298.472e9f4
pkgrel = 1
epoch = 1
url = https://github.com/architv/soccer-cli
@@ -16,6 +16,7 @@ pkgbase = soccer-cli-git
pkgname = python2-soccer-cli-git
depends = python2-click
depends = python2-requests
+ provides = python2-soccer-cli
pkgname = python-soccer-cli-git
depends = python-click
diff --git a/PKGBUILD b/PKGBUILD
index d12630771cad..f71e2638c4f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
pkgbase=soccer-cli-git
pkgname=('python2-soccer-cli-git' 'python-soccer-cli-git')
epoch=1
-pkgver=20170929_r267.990bdfd
+pkgver=20190116_r298.472e9f4
pkgrel=1
pkgdesc="Soccer for Hackers - a CLI for all the football scores."
arch=('any')
url="https://github.com/architv/soccer-cli"
license=('MIT')
makedepends=('git' 'python' 'python2')
-provides=("${_pkgname}")
source=('git+https://github.com/architv/soccer-cli.git')
md5sums=('SKIP')
install="${pkgbase}.install"
@@ -34,7 +33,8 @@ prepare() {
package_python2-soccer-cli-git() {
depends=('python2-click' 'python2-requests')
- cd ${pkgbase%-git}2
+ provides=('python2-soccer-cli')
+ cd ${pkgbase%-git}
install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
@@ -44,7 +44,7 @@ package_python2-soccer-cli-git() {
package_python-soccer-cli-git() {
depends=('python-click' 'python-requests')
- cd ${pkgbase%-git}3
+ cd python-soccer-cli
install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE