summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-01-20 23:18:04 +0100
committerGordian Edenhofer2016-01-20 23:18:04 +0100
commit151b015869bbe283b1cbe0dfc8b7911b0508fb6e (patch)
treecfa10f2c9997740de01c7ebb970cfc75672533d3
parentabc03fd69aada9e294a00dd5ca14db6134fcf263 (diff)
downloadaur-151b015869bbe283b1cbe0dfc8b7911b0508fb6e.tar.gz
Upgpkg: 1.30.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3816e46e387a..804d2712ef63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.0
- pkgrel = 2
+ pkgver = 1.30.1
+ pkgrel = 1
url = https://github.com/Edenhofer/fakepkg
arch = any
license = GPL2
@@ -10,8 +10,8 @@ pkgbase = fakepkg
depends = tar
depends = xz
depends = gzip
- source = fakepkg-1.30.0.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.30.0.tar.gz
- md5sums = eb3c7cc97d34dc6b0a2ff225604d2838
+ source = fakepkg-1.30.1.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.30.1.tar.gz
+ md5sums = cc36ae1cfc244650ec75143fd3144ea7
pkgname = fakepkg
diff --git a/PKGBUILD b/PKGBUILD
index 3cc37e1a0f2d..71a12b53ca38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=fakepkg
-pkgver=1.30.0
-pkgrel=2
+pkgver=1.30.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')
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=('eb3c7cc97d34dc6b0a2ff225604d2838')
+md5sums=('cc36ae1cfc244650ec75143fd3144ea7')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"