summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian LaVine2023-01-01 17:15:05 -0500
committerSebastian LaVine2023-01-01 17:15:05 -0500
commit8aa1da225fe1c6b1378c10410333a16737e39f6f (patch)
treef5b7b829a5035c3013d11eaf4669035e7f5fa7b5
parent031addea2ab8029bf1941699bcfae8884f5474dd (diff)
downloadaur-8aa1da225fe1c6b1378c10410333a16737e39f6f.tar.gz
Update Maintainer
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce8f46b537f5..83f96680085c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autojump-rs
pkgdesc = A faster way to navigate your filesystem from the command line (in Rust)
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xen0n/autojump-rs
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7f0cab0e59e6..14356b3e6890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Jon Gjengset <jon@thesquareplanet.com>
+# Maintainer: Sebastian LaVine <mail@smlavine.com>
+# Contributor: Jon Gjengset <jon@thesquareplanet.com>
pkgname=autojump-rs
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A faster way to navigate your filesystem from the command line (in Rust)"
arch=('x86_64' 'i686' 'arm' 'armv7h' 'aarch64')
url="https://github.com/xen0n/autojump-rs"