summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-01-22 01:36:23 +0100
committerGordian Edenhofer2016-01-22 01:36:23 +0100
commitb2c667b72db67e025ca33a80dd22997c848d52bd (patch)
tree483c633d104bea3fbb94495d7c5e3c6851ec3910 /PKGBUILD
parent151b015869bbe283b1cbe0dfc8b7911b0508fb6e (diff)
downloadaur-b2c667b72db67e025ca33a80dd22997c848d52bd.tar.gz
Upgpkg: 1.31.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71a12b53ca38..d339d500db37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=fakepkg
-pkgver=1.30.1
+pkgver=1.31.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')
@@ -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=('cc36ae1cfc244650ec75143fd3144ea7')
+md5sums=('c02b821422d12b8f206b8e128f9c8623')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"