summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-01-22 01:36:23 +0100
committerGordian Edenhofer2016-01-22 01:36:23 +0100
commitb2c667b72db67e025ca33a80dd22997c848d52bd (patch)
tree483c633d104bea3fbb94495d7c5e3c6851ec3910
parent151b015869bbe283b1cbe0dfc8b7911b0508fb6e (diff)
downloadaur-b2c667b72db67e025ca33a80dd22997c848d52bd.tar.gz
Upgpkg: 1.31.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 804d2712ef63..3d2026900d12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Jan 22 00:36:23 UTC 2016
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.30.1
+ pkgver = 1.31.0
pkgrel = 1
url = https://github.com/Edenhofer/fakepkg
arch = any
@@ -10,8 +12,8 @@ pkgbase = fakepkg
depends = tar
depends = xz
depends = gzip
- source = fakepkg-1.30.1.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.30.1.tar.gz
- md5sums = cc36ae1cfc244650ec75143fd3144ea7
+ source = fakepkg-1.31.0.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.31.0.tar.gz
+ md5sums = c02b821422d12b8f206b8e128f9c8623
pkgname = fakepkg
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}"