summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stryker2019-02-07 13:03:23 -0500
committerJason Stryker2019-02-07 13:03:23 -0500
commitf3e0ed46a52e7dc11bad3b6bb2841a84f329aeb8 (patch)
tree5d21f22cdb31e91add79a671151efb3147abb70c
parent0e7ee5d903f95e5425d97d2d64efdb748af2e64f (diff)
downloadaur-f3e0ed46a52e7dc11bad3b6bb2841a84f329aeb8.tar.gz
add setuptools make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76617687fb81..7a18aac665fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = protontricks
pkgdesc = A simple wrapper that does winetricks things for Proton enabled games.
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Matoking/protontricks
arch = any
license = GPL3
makedepends = git
+ makedepends = python-setuptools
depends = python
depends = python-vdf>=2.4
depends = winetricks
diff --git a/PKGBUILD b/PKGBUILD
index 4fdf70f21bb3..4b6c017cd0f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=protontricks
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A simple wrapper that does winetricks things for Proton enabled games."
arch=('any')
url="https://github.com/Matoking/protontricks"
license=('GPL3')
depends=('python' 'python-vdf>=2.4' 'winetricks')
optdepends=('zenity: GUI for GNOME desktop')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
provides=("protontricks")
conflicts=('protontricks-git')
source=("${url}/archive/${pkgver}.tar.gz")