summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2015-06-19 23:17:19 +0200
committerGordian Edenhofer2015-06-19 23:17:19 +0200
commitda7bc1dbb35256e34962627d51481f2080a20b1d (patch)
treed03c32ee581e19e1e2ab2a59e8123deacce6a5f8 /PKGBUILD
parentff5feb58700b9fe3232f2ec76f8f1abc82afe1d8 (diff)
downloadaur-da7bc1dbb35256e34962627d51481f2080a20b1d.tar.gz
Updated pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"