summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Egeberg2016-09-07 10:49:13 +0200
committerDaniel Egeberg2016-09-07 10:49:13 +0200
commit33076ee55d1fcc1a220ca3792a84c92e059e1eaa (patch)
tree147de9088219724bf53d83f94f169e5c61a49cdf
parent95036ebf30eb48f2a0d70c4202bc134bd09c5bd6 (diff)
downloadaur-33076ee55d1fcc1a220ca3792a84c92e059e1eaa.tar.gz
Simplify package
Only provide one type of checksum.
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD18
2 files changed, 6 insertions, 30 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53d5e89698bd..b99346bc27a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 29 06:49:28 UTC 2016
+# Wed Sep 7 08:48:49 UTC 2016
pkgbase = nzbhydra-git
pkgdesc = Meta search for NZB indexers
- pkgver = r846.a3ece9b
- pkgrel = 1
+ pkgver = r849.f51e7d0
+ pkgrel = 2
url = https://github.com/theotherp/nzbhydra
install = nzbhydra.install
arch = any
@@ -16,18 +16,6 @@ pkgbase = nzbhydra-git
source = nzbhydra.sh
source = nzbhydra.service
source = nzbhydra.install
- md5sums = SKIP
- md5sums = 1430b962bb52c75abee5a63347e61dbd
- md5sums = 0f45bcce81813f0a82319fd2be5d4dd9
- md5sums = 4cb81156eb125cf6daefc2389ccf050a
- sha1sums = SKIP
- sha1sums = 9c928da41170ec913463347a833a0caad052b342
- sha1sums = 88b4abd1aa83471649b075a540c14ad8fe53630f
- sha1sums = 28d5f16cea5130ae7cc6844c486d001f18daba88
- sha256sums = SKIP
- sha256sums = 91552953d0d956101136cd3165f217de4d14eb65042b7dd3e9a09c8657319436
- sha256sums = fa1000f4bdabef4c9cb730d4f903218eac05ea181ccac06b9f4344a4440f0c10
- sha256sums = 4419c7faed911a03ea0c9ccafa69607d2038cf49a508aa5595d9732146204649
sha512sums = SKIP
sha512sums = 83aacf4f4f33af8d8cb99f1063958b44773f04ba168aaba12a303d1944a74f8ca729c483c57e2e8b8cadb7fac706d7297fc2de505a1c5608a8c09ddeee7690bf
sha512sums = f0f79e0bb0aee5bce474811bb113593725772e31552aa48d74465565291005a977777469ce0a7b53c10800cffa16d952b63c368e2120cc2d0ed80f7288151f12
diff --git a/PKGBUILD b/PKGBUILD
index c0ff719fce4b..e5270326394f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Egeberg <daniel.egeberg@gmail.com>
pkgname="nzbhydra-git"
-pkgver=r846.a3ece9b
-pkgrel=1
+pkgver=r849.f51e7d0
+pkgrel=2
pkgdesc="Meta search for NZB indexers"
arch=('any')
url="https://github.com/theotherp/nzbhydra"
@@ -11,22 +11,10 @@ optdepends=('python2-lxml: faster result processing')
makedepends=('git')
install='nzbhydra.install'
provides=('nzbhydra')
-source=("nzbhydra-git::git+https://github.com/theotherp/nzbhydra.git"
+source=("${pkgname}::git+https://github.com/theotherp/nzbhydra.git"
"nzbhydra.sh"
"nzbhydra.service"
"nzbhydra.install")
-md5sums=('SKIP'
- '1430b962bb52c75abee5a63347e61dbd'
- '0f45bcce81813f0a82319fd2be5d4dd9'
- '4cb81156eb125cf6daefc2389ccf050a')
-sha1sums=('SKIP'
- '9c928da41170ec913463347a833a0caad052b342'
- '88b4abd1aa83471649b075a540c14ad8fe53630f'
- '28d5f16cea5130ae7cc6844c486d001f18daba88')
-sha256sums=('SKIP'
- '91552953d0d956101136cd3165f217de4d14eb65042b7dd3e9a09c8657319436'
- 'fa1000f4bdabef4c9cb730d4f903218eac05ea181ccac06b9f4344a4440f0c10'
- '4419c7faed911a03ea0c9ccafa69607d2038cf49a508aa5595d9732146204649')
sha512sums=('SKIP'
'83aacf4f4f33af8d8cb99f1063958b44773f04ba168aaba12a303d1944a74f8ca729c483c57e2e8b8cadb7fac706d7297fc2de505a1c5608a8c09ddeee7690bf'
'f0f79e0bb0aee5bce474811bb113593725772e31552aa48d74465565291005a977777469ce0a7b53c10800cffa16d952b63c368e2120cc2d0ed80f7288151f12'