summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormake-github-pseudonymous-again2021-10-08 01:47:59 +0200
committermake-github-pseudonymous-again2021-10-08 01:47:59 +0200
commit505ba70667da27fb3afbc0ccf43216e6a5bbfb1f (patch)
treeefe14a2be19ad59b72a0ee9edcb3a59405281a1a
parent09118532c2d3822b769b659903cd94c27a45ebfe (diff)
downloadaur-505ba70667da27fb3afbc0ccf43216e6a5bbfb1f.tar.gz
bump version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ec42407c317..75a6b9ddb15c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = memoize-dash
pkgdesc = Cache executable calls
- pkgver = 2.0.1
+ pkgver = 3.0.0
pkgrel = 1
- url = https://github.com/aureooms/memoize
+ url = https://github.com/make-github-pseudonymous-again/memoize
arch = any
license = AGPL-3.0
makedepends = git
@@ -11,8 +11,7 @@ pkgbase = memoize-dash
depends = coreutils
provides = memoize
conflicts = memoize
- source = https://github.com/aureooms/memoize/archive/v2.0.1.tar.gz
+ source = https://github.com/make-github-pseudonymous-again/memoize/archive/v3.0.0.tar.gz
md5sums = SKIP
pkgname = memoize-dash
-
diff --git a/PKGBUILD b/PKGBUILD
index 30dee415b4eb..ca19002988c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Aurélien Ooms <aurelien.ooms@gmail.com>
pkgname=memoize-dash
-pkgver=2.0.1
+pkgver=3.0.0
pkgrel=1
epoch=
pkgdesc="Cache executable calls"
arch=(any)
-url="https://github.com/aureooms/memoize"
+url="https://github.com/make-github-pseudonymous-again/memoize"
license=('AGPL-3.0')
groups=()
depends=('dash' 'coreutils')
@@ -18,7 +18,7 @@ replaces=()
backup=()
options=()
install=
-source=("https://github.com/aureooms/memoize/archive/v${pkgver}.tar.gz")
+source=("https://github.com/make-github-pseudonymous-again/memoize/archive/v${pkgver}.tar.gz")
noextract=()
md5sums=('SKIP')