summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2019-08-22 12:59:08 +0200
committerGordian Edenhofer2019-08-22 12:59:08 +0200
commita46a52ebd27fc7ad19c60835dcf8b13c5dbf3eda (patch)
tree43da5800b294001815efd40c1876702a630811c4
parenta4785b1552e1374c6b79e48c2673e84817ecbeeb (diff)
downloadaur-a46a52ebd27fc7ad19c60835dcf8b13c5dbf3eda.tar.gz
upgpkg: fakepkg 1.41.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cd1f23d199b..cd28dee36ade 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fakepkg
pkgdesc = 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.41.0
+ pkgver = 1.41.1
pkgrel = 1
url = https://github.com/Edenhofer/fakepkg
arch = any
@@ -12,7 +12,7 @@ pkgbase = fakepkg
depends = gzip
depends = sed
depends = awk
- source = fakepkg-1.41.0.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.41.0.tar.gz
- sha512sums = d611554727104ebece6b154b0c6477465500c3f6fc0b9a4d5d92fdbf68f42ab77567c0799e62a7582324a1e85738098da872fda2d3061000d10b925c6bb566d3
+ source = fakepkg-1.41.1.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.41.1.tar.gz
+ sha512sums = 9142b133783f6de16f7287d2dd756a6dfb3756287821c7be2a4bfc48179f694ae5320874553f11f28f9150b2325e3c61df44d27a5e4f66aa27bc1759bcd4b310
pkgname = fakepkg
diff --git a/PKGBUILD b/PKGBUILD
index a26e6bb7ab47..5407b4f2cefe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=fakepkg
-pkgver=1.41.0
+pkgver=1.41.1
pkgrel=1
pkgdesc="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' 'sed' 'awk')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Edenhofer/fakepkg/archive/v${pkgver}.tar.gz")
-sha512sums=('d611554727104ebece6b154b0c6477465500c3f6fc0b9a4d5d92fdbf68f42ab77567c0799e62a7582324a1e85738098da872fda2d3061000d10b925c6bb566d3')
+sha512sums=('9142b133783f6de16f7287d2dd756a6dfb3756287821c7be2a4bfc48179f694ae5320874553f11f28f9150b2325e3c61df44d27a5e4f66aa27bc1759bcd4b310')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"