summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2015-06-19 23:17:19 +0200
committerGordian Edenhofer2015-06-19 23:17:19 +0200
commitda7bc1dbb35256e34962627d51481f2080a20b1d (patch)
treed03c32ee581e19e1e2ab2a59e8123deacce6a5f8
parentff5feb58700b9fe3232f2ec76f8f1abc82afe1d8 (diff)
downloadaur-da7bc1dbb35256e34962627d51481f2080a20b1d.tar.gz
Updated pkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a9a6f0e055c..95eb437c1dd1 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.21.4
+ pkgver = 1.21.5
pkgrel = 1
url = https://github.com/Edenhofer/bin
arch = any
@@ -11,8 +11,8 @@ pkgbase = fakepkg
depends = xz
depends = gzip
depends = parallel
- source = fakepkg-1.21.4.zip::https://github.com/Edenhofer/fakepkg/archive/v1.21.4.zip
- md5sums = 205336d9d2add15a31c96e9852bd75d2
+ source = fakepkg-1.21.5.zip::https://github.com/Edenhofer/fakepkg/archive/v1.21.5.zip
+ md5sums = e1adf60094cfe6fd3ae9c7058a45a1ad
pkgname = fakepkg
diff --git a/PKGBUILD b/PKGBUILD
index 95fa8148fb6b..95f7dec2ca26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=fakepkg
-pkgver=1.21.4
+pkgver=1.21.5
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')
@@ -9,7 +9,7 @@ license=('GPL2')
url="https://github.com/Edenhofer/bin"
depends=('bash>=4.2' 'pacman' 'tar' 'xz' 'gzip' 'parallel')
source=("${pkgname}-${pkgver}.zip"::"https://github.com/Edenhofer/fakepkg/archive/v${pkgver}.zip")
-md5sums=('205336d9d2add15a31c96e9852bd75d2')
+md5sums=('e1adf60094cfe6fd3ae9c7058a45a1ad')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"