summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2015-06-14 14:00:14 +0200
committerGordian Edenhofer2015-06-14 14:00:14 +0200
commit9be9f0b401c5dfb47e41a355d0ac21d9dba48d3a (patch)
treeaa8c9a0c05012bee0ce18cd110f5b85b64aa397e
parent84f2dadd3211d1e25a5c02f8da65f4c1218bd024 (diff)
downloadaur-9be9f0b401c5dfb47e41a355d0ac21d9dba48d3a.tar.gz
Updated pkgver + new dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 012615f8fa16..f3da7b740ab8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.01.0
+ pkgver = 1.21.0
pkgrel = 1
url = https://github.com/Edenhofer/bin
arch = any
@@ -9,6 +9,7 @@ pkgbase = fakepkg
depends = pacman
depends = tar
depends = gzip
+ depends = parallel
source = https://raw.githubusercontent.com/Edenhofer/bin/master/fakepkg
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a7beabdff8a0..ef5e024c13fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=fakepkg
-pkgver=1.01.0
+pkgver=1.21.0
pkgrel=1
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/bin"
-depends=('bash>=4.2' 'pacman' 'tar' 'gzip')
+depends=('bash>=4.2' 'pacman' 'tar' 'gzip' 'parallel')
source=("https://raw.githubusercontent.com/Edenhofer/bin/master/fakepkg")
md5sums=('SKIP')