summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aa5fa0907c4..ad13db964da7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Sun Feb 21 23:01:08 UTC 2016
pkgbase = hib-dlagent-git
pkgdesc = Tool to download Humble Indie Bundle binaries by file name
- pkgver = 0.7.5.g1be59e8
+ pkgver = 0.7.8.g4ffd7dd
pkgrel = 1
url = https://github.com/hagabaka/hib-dlagent
arch = any
license = GPL2
makedepends = git
depends = curl
- depends = python-humblebundle-git
+ depends = python-humblebundle
optdepends = gnome-keyring-query: encrypted account password support
provides = hib-dlagent
conflicts = hib-dlagent
diff --git a/PKGBUILD b/PKGBUILD
index 91c139acff45..a924f73ef4df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=hib-dlagent-git
_appname=hib-dlagent
-pkgver=0.7.5.g1be59e8
+pkgver=0.7.8.g4ffd7dd
pkgrel=1
pkgdesc='Tool to download Humble Indie Bundle binaries by file name'
arch=('any')
url='https://github.com/hagabaka/hib-dlagent'
license=('GPL2')
-depends=('curl' 'python-humblebundle-git')
+depends=('curl' 'python-humblebundle')
makedepends=('git')
provides=("$_appname")
conflicts=("$_appname")