summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-05-01 13:57:26 +0200
committerGordian Edenhofer2016-05-01 13:57:26 +0200
commitc884b7f8d8dc5d44e62f52599bf7e2c5cc316e3c (patch)
tree5908a030401d9f436ca7fff27f21a0ed689c719f
parent54c0b1f9a53540e4b697898688225086b93f6def (diff)
downloadaur-c884b7f8d8dc5d44e62f52599bf7e2c5cc316e3c.tar.gz
upgpkg: fakepkg 1.40.2-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e81a0af686be..baa960ac1198 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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.40.0
+ pkgver = 1.40.2
pkgrel = 1
url = https://github.com/Edenhofer/fakepkg
arch = any
@@ -12,8 +10,7 @@ pkgbase = fakepkg
depends = tar
depends = xz
depends = gzip
- source = fakepkg-1.40.0.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.40.0.tar.gz
- md5sums = 5e275a13917787705b15deea39a8d7e0
+ source = fakepkg-1.40.2.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.40.2.tar.gz
+ md5sums = f3b6ec80226d5ce3b041a0461ed009ac
pkgname = fakepkg
-
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}"