summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")