summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2018-11-06 04:50:56 -0700
committerAinola2018-11-06 04:50:56 -0700
commitbc256ea5a0e7c557c937bdb4c1e99cd78e503e66 (patch)
tree8415a83a5b66684b8b106d2e06f51128c65f82d8
parentdd317a56f79de033a458434869f6b918dfa8ccbf (diff)
downloadaur-bc256ea5a0e7c557c937bdb4c1e99cd78e503e66.tar.gz
PKGBUILD cleanups
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed0bd08cdb58..0bd53b892b94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Sep 2 23:41:28 UTC 2018
pkgbase = hib-dlagent
pkgdesc = Tool to download Humble Indie Bundle binaries by file name
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/hagabaka/hib-dlagent
arch = any
license = GPL2
@@ -12,7 +10,7 @@ pkgbase = hib-dlagent
depends = python-humblebundle
optdepends = gnome-keyring-query: encrypted account password support
source = hib-dlagent-0.7.tar.gz::https://github.com/hagabaka/hib-dlagent/archive/0.7.tar.gz
- source = none-url.patch::https://github.com/hagabaka/hib-dlagent/commit/f4c40f6d02094f9ecb46d956265977284e8f3acb.patch
+ source = hib-dlagent-no_url_error.patch::https://github.com/hagabaka/hib-dlagent/commit/f4c40f6d02094f9ecb46d956265977284e8f3acb.patch
sha256sums = 2b6aa4e98e8e525a821843de4df5db890882eb8d20c09d7b30639e4c747ddc4e
sha256sums = 3598dc291cb249cffb522b914de162218776f24f9f470a37dd472d7d74987127
diff --git a/PKGBUILD b/PKGBUILD
index 8e7954a9cada..cf7a2c6f0310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hib-dlagent
pkgver=0.7
-pkgrel=2
+pkgrel=3
pkgdesc='Tool to download Humble Indie Bundle binaries by file name'
arch=('any')
url='https://github.com/hagabaka/hib-dlagent'
@@ -12,12 +12,12 @@ license=('GPL2')
depends=('bash' 'curl' 'python-humblebundle')
optdepends=('gnome-keyring-query: encrypted account password support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hagabaka/hib-dlagent/archive/$pkgver.tar.gz"
- "none-url.patch::https://github.com/hagabaka/hib-dlagent/commit/f4c40f6d02094f9ecb46d956265977284e8f3acb.patch")
+ "$pkgname-no_url_error.patch::https://github.com/hagabaka/hib-dlagent/commit/f4c40f6d02094f9ecb46d956265977284e8f3acb.patch")
sha256sums=('2b6aa4e98e8e525a821843de4df5db890882eb8d20c09d7b30639e4c747ddc4e'
'3598dc291cb249cffb522b914de162218776f24f9f470a37dd472d7d74987127')
prepare() {
- patch -d "$pkgname-$pkgver" -p1 < none-url.patch
+ patch -d "$pkgname-$pkgver" -p1 < "$pkgname-no_url_error.patch"
}
package() {