summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheJackiMonster2021-08-05 12:48:27 +0200
committerTheJackiMonster2021-08-05 12:48:27 +0200
commit2826c19313376bba96bd18dfe90b5d44ff814b9a (patch)
tree5244c5d2225315c13ee96b808272bc1a96968a85
parent0e8d85d63361b8909beef3f263e9a96e511cc18c (diff)
downloadaur-2826c19313376bba96bd18dfe90b5d44ff814b9a.tar.gz
Added python-requests as dependency
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 924928555da2..27faa4a137a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = protonup-git
pkgdesc = Install and Update Proton-GE
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AUNaseef/protonup
arch = any
license = GPL
makedepends = python-setuptools
makedepends = git
depends = python
+ depends = python-requests
provides = protonup
options = !emptydirs
source = git+https://github.com/AUNaseef/protonup.git
diff --git a/PKGBUILD b/PKGBUILD
index de453040a6a9..3dbb7b55a727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=protonup-git
_realname=protonup
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Install and Update Proton-GE"
arch=('any')
url="https://github.com/AUNaseef/protonup"
license=('GPL')
-depends=('python')
+depends=('python' 'python-requests')
makedepends=('python-setuptools' 'git')
options=(!emptydirs)
source=("git+https://github.com/AUNaseef/$_realname.git")