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