summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormake-github-pseudonymous-again2021-10-08 01:41:50 +0200
committermake-github-pseudonymous-again2021-10-08 01:44:31 +0200
commit6b492ca79472df83fcaf2c16a87bc2a4184d7915 (patch)
tree7c8c2fd5af53a1346cf94c1d502dbc52015b0eb8
parent261b5e14cac6986341c4a012aff9b94f6dadebe0 (diff)
downloadaur-memoize-rust.tar.gz
bump version
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b6158d16b36..09fc4cec479e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = memoize-rust
pkgdesc = Cache executable calls
- pkgver = 2.0.0
- pkgrel = 2
- url = https://github.com/aureooms/memoize
+ pkgver = 3.0.0
+ pkgrel = 1
+ url = https://github.com/make-github-pseudonymous-again/memoize
arch = any
license = AGPL-3.0
makedepends = git
@@ -11,8 +11,7 @@ pkgbase = memoize-rust
depends = coreutils
provides = memoize
conflicts = memoize
- source = https://github.com/aureooms/memoize/archive/v2.0.0.tar.gz
+ source = https://github.com/make-github-pseudonymous-again/memoize/archive/v3.0.0.tar.gz
md5sums = SKIP
pkgname = memoize-rust
-
diff --git a/PKGBUILD b/PKGBUILD
index 9f5ea15e3264..a3e7d8af1abe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Aurélien Ooms <aurelien.ooms@gmail.com>
pkgname=memoize-rust
-pkgver=2.0.0
-pkgrel=2
+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=('bash' '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')