summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent261b5e14cac6986341c4a012aff9b94f6dadebe0 (diff)
downloadaur-memoize-rust.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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')