summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-01-24 21:00:49 +0100
committerGordian Edenhofer2016-01-24 21:00:49 +0100
commita453e2db3c9bc94fca01a35debb11e8aaf088712 (patch)
tree30a537dfc29cf6f3a67dd0a3ab5986f07d3bb28d
parentb2c667b72db67e025ca33a80dd22997c848d52bd (diff)
downloadaur-a453e2db3c9bc94fca01a35debb11e8aaf088712.tar.gz
Upgpkg: 1.31.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d2026900d12..300ecd5b6663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 00:36:23 UTC 2016
+# Sun Jan 24 20:00:49 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.31.0
+ pkgver = 1.31.1
pkgrel = 1
url = https://github.com/Edenhofer/fakepkg
arch = any
@@ -12,8 +12,8 @@ pkgbase = fakepkg
depends = tar
depends = xz
depends = gzip
- source = fakepkg-1.31.0.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.31.0.tar.gz
- md5sums = c02b821422d12b8f206b8e128f9c8623
+ source = fakepkg-1.31.1.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.31.1.tar.gz
+ md5sums = 2e5d2415bb58a69b8a98d584f0434f5b
pkgname = fakepkg
diff --git a/PKGBUILD b/PKGBUILD
index d339d500db37..e9ecb31c9bae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=fakepkg
-pkgver=1.31.0
+pkgver=1.31.1
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=('c02b821422d12b8f206b8e128f9c8623')
+md5sums=('2e5d2415bb58a69b8a98d584f0434f5b')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"