summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-01-24 22:29:44 +0100
committerGordian Edenhofer2016-01-24 22:29:44 +0100
commit54c0b1f9a53540e4b697898688225086b93f6def (patch)
tree56847924a4b95b0c999affc0ad01667d59c923c3
parenta453e2db3c9bc94fca01a35debb11e8aaf088712 (diff)
downloadaur-54c0b1f9a53540e4b697898688225086b93f6def.tar.gz
Upgpkg: 1.40.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 300ecd5b6663..e81a0af686be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 24 20:00:49 UTC 2016
+# Sun Jan 24 21:29:44 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.1
+ pkgver = 1.40.0
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.1.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.31.1.tar.gz
- md5sums = 2e5d2415bb58a69b8a98d584f0434f5b
+ source = fakepkg-1.40.0.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.40.0.tar.gz
+ md5sums = 5e275a13917787705b15deea39a8d7e0
pkgname = fakepkg
diff --git a/PKGBUILD b/PKGBUILD
index e9ecb31c9bae..4af51177f8ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=fakepkg
-pkgver=1.31.1
+pkgver=1.40.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=('2e5d2415bb58a69b8a98d584f0434f5b')
+md5sums=('5e275a13917787705b15deea39a8d7e0')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"