summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2019-01-11 16:00:25 +0100
committerGordian Edenhofer2019-01-11 16:00:25 +0100
commita4785b1552e1374c6b79e48c2673e84817ecbeeb (patch)
tree1178f04ff43a6976afeb42bd0a7b7a40d687a433
parent31aadf37187ee4072868608f5d0e19f8ae43c7eb (diff)
downloadaur-a4785b1552e1374c6b79e48c2673e84817ecbeeb.tar.gz
upgpkg: fakepkg 1.41.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6642e07a53b..4cd1f23d199b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.2
+ 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
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.40.2.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.40.2.tar.gz
- sha512sums = 7bd919a2d581fdeba0ea3fcd68fc0e7df29f998bae6507a5934ec5d6b809884bc3c34ebaf6e8e77490f244c031919ed75197bc58a4cebd9b70c4915552bdcc25
+ source = fakepkg-1.41.0.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.41.0.tar.gz
+ sha512sums = d611554727104ebece6b154b0c6477465500c3f6fc0b9a4d5d92fdbf68f42ab77567c0799e62a7582324a1e85738098da872fda2d3061000d10b925c6bb566d3
pkgname = fakepkg
diff --git a/PKGBUILD b/PKGBUILD
index 41f5e94764b2..a26e6bb7ab47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=fakepkg
-pkgver=1.40.2
+pkgver=1.41.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."
+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')
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=('7bd919a2d581fdeba0ea3fcd68fc0e7df29f998bae6507a5934ec5d6b809884bc3c34ebaf6e8e77490f244c031919ed75197bc58a4cebd9b70c4915552bdcc25')
+sha512sums=('d611554727104ebece6b154b0c6477465500c3f6fc0b9a4d5d92fdbf68f42ab77567c0799e62a7582324a1e85738098da872fda2d3061000d10b925c6bb566d3')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"