summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2022-09-20 22:02:26 +0200
committerGordian Edenhofer2022-09-20 22:05:30 +0200
commitbdb26b54120fbb9e19fda34348de59f0775e8242 (patch)
treeb8c10d17e76574fa2f969f24dfa0f677decaf6ea
parented60f260205543be7f87f6b44cac04e2235d2f85 (diff)
downloadaur-bdb26b54120fbb9e19fda34348de59f0775e8242.tar.gz
upgpkg: fakepkg 1.42.2-1
upgpkg: fakepkg 1.42.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f56e19e2a831..1e85a40acd31 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.42.0
+ pkgver = 1.42.2
pkgrel = 1
url = https://github.com/Edenhofer/fakepkg
arch = any
@@ -11,7 +11,7 @@ pkgbase = fakepkg
depends = gzip
depends = sed
depends = awk
- source = fakepkg-1.42.0.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.42.0.tar.gz
- sha512sums = a0cbced9fa2c15114881ed71915671141b91efdf265a851a35013dfa1e34be328c80f47cabcb9e04262baa1a32e6f4e47a893cc7af0eb1b2dc4190712667f4b6
+ source = fakepkg-1.42.2.tar.gz::https://github.com/Edenhofer/fakepkg/archive/v1.42.2.tar.gz
+ sha512sums = fca6bfd7a926e86cfa204c00f2885b76ca57f2159f5fbb17b3b02321c354a42dde027408449bb73991f15538856a0f2c159381e0c54451fcfa3eebf8fceb0f17
pkgname = fakepkg
diff --git a/PKGBUILD b/PKGBUILD
index f0e5f64bacfc..df4c9368726f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=fakepkg
-pkgver=1.42.0
+pkgver=1.42.2
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' 'gzip' 'sed' 'awk')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Edenhofer/fakepkg/archive/v${pkgver}.tar.gz")
-sha512sums=('a0cbced9fa2c15114881ed71915671141b91efdf265a851a35013dfa1e34be328c80f47cabcb9e04262baa1a32e6f4e47a893cc7af0eb1b2dc4190712667f4b6')
+sha512sums=('fca6bfd7a926e86cfa204c00f2885b76ca57f2159f5fbb17b3b02321c354a42dde027408449bb73991f15538856a0f2c159381e0c54451fcfa3eebf8fceb0f17')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"