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 a57f408f9264..3810ca9ddc9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = heroic-gogdl
pkgdesc = GOG Downloading module for Heroic Games Launcher
pkgver = 0.3+r13
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Heroic-Games-Launcher/heroic-gogdl
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
depends = python-requests
source = git+https://github.com/Heroic-Games-Launcher/heroic-gogdl#commit=a55e3aae0f3c8d0674be7807cc5a8f82098b6094
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e9377c29a857..a18ea4e2eadb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=heroic-gogdl
_basever=0.3
pkgver=0.3+r13
-pkgrel=2
+pkgrel=3
_commit=a55e3aae0f3c8d0674be7807cc5a8f82098b6094
pkgdesc="GOG Downloading module for Heroic Games Launcher"
arch=('any')
url="https://github.com/Heroic-Games-Launcher/heroic-gogdl"
license=('GPL3')
depends=('python-requests')
-makedepends=('python-setuptools' 'python-build' 'python-installer')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=("git+$url#commit=$_commit")
sha256sums=('SKIP')