summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')