summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-01-20 23:13:16 +0100
committerGordian Edenhofer2016-01-20 23:13:16 +0100
commitabc03fd69aada9e294a00dd5ca14db6134fcf263 (patch)
tree73d479fe207540d859c39831f963977398be6d3d
parent737c639613bd31a3f70361f2c9b5a90d7452bcb9 (diff)
downloadaur-abc03fd69aada9e294a00dd5ca14db6134fcf263.tar.gz
Upgpkg: 1.30.0-2: Remove parallel from depends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b644f2452a3b..3816e46e387a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fakepkg
pkgdesc = A tool to reassemble installed packages from its deliverd files. It comes in handy if there is no internet connection available and you have no access to an up-to-date package cache.
pkgver = 1.30.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Edenhofer/fakepkg
arch = any
license = GPL2
@@ -10,9 +10,8 @@ pkgbase = fakepkg
depends = tar
depends = xz
depends = gzip
- depends = parallel
- source = fakepkg-1.30.0.zip::https://github.com/Edenhofer/fakepkg/archive/v1.30.0.zip
- md5sums = 0e9ae895eaf22a60db260f4d40c5886f
+ source = fakepkg-1.30.0.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.30.0.tar.gz
+ md5sums = eb3c7cc97d34dc6b0a2ff225604d2838
pkgname = fakepkg
diff --git a/PKGBUILD b/PKGBUILD
index ece24c833f11..3cc37e1a0f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fakepkg
pkgver=1.30.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to reassemble installed packages from its deliverd files. It comes in handy if there is no internet connection available and you have no access to an up-to-date package cache."
arch=('any')
license=('GPL2')
url="https://github.com/Edenhofer/fakepkg"
-depends=('bash>=4.2' 'pacman' 'tar' 'xz' 'gzip' 'parallel')
-source=("${pkgname}-${pkgver}.zip"::"https://github.com/Edenhofer/fakepkg/archive/v${pkgver}.zip")
-md5sums=('0e9ae895eaf22a60db260f4d40c5886f')
+depends=('bash>=4.2' 'pacman' 'tar' 'xz' 'gzip')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Edenhofer/fakepkg/archive/v${pkgver}.tar.gz")
+md5sums=('eb3c7cc97d34dc6b0a2ff225604d2838')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"