summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-05-01 13:57:26 +0200
committerGordian Edenhofer2016-05-01 13:57:26 +0200
commitc884b7f8d8dc5d44e62f52599bf7e2c5cc316e3c (patch)
tree5908a030401d9f436ca7fff27f21a0ed689c719f /PKGBUILD
parent54c0b1f9a53540e4b697898688225086b93f6def (diff)
downloadaur-c884b7f8d8dc5d44e62f52599bf7e2c5cc316e3c.tar.gz
upgpkg: fakepkg 1.40.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4af51177f8ed..f9c3b66421ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=fakepkg
-pkgver=1.40.0
+pkgver=1.40.2
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/fakepkg"
depends=('bash>=4.2' 'pacman' 'tar' 'xz' 'gzip')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Edenhofer/fakepkg/archive/v${pkgver}.tar.gz")
-md5sums=('5e275a13917787705b15deea39a8d7e0')
+md5sums=('f3b6ec80226d5ce3b041a0461ed009ac')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"