summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-11-25 05:42:49 -0500
committergraysky2021-11-25 05:42:53 -0500
commit1963e4127f293be045d76f60a8f3a8086b362e38 (patch)
treee2928acfd2a18f1ce659dac4e698fa533cdb896b
parent4c05ff68853795ccc14a01d31752aedb91e5c652 (diff)
downloadaur-1963e4127f293be045d76f60a8f3a8086b362e38.tar.gz
Update to 0.7.20-2: remove depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6fb10db8860..b3ae316091e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = shonenjump
pkgdesc = A faster way to change directory and improve command line productivity
pkgver = 0.7.20
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/suzaku/shonenjump
install = readme.install
arch = x86_64
license = custom
makedepends = go
- depends = bash
conflicts = autojump
source = shonenjump-0.7.20.tar.gz::https://github.com/suzaku/shonenjump/archive/refs/tags/v0.7.20.tar.gz
b2sums = fbc85639dfde6451a7103d186e6d2db72b9d6b2294c13f794b80d50804b544b47d7422b93375026473eb732a9cd9597ad8016903d8e2370e54e9868b8c9001f7
diff --git a/PKGBUILD b/PKGBUILD
index 97d6da5752dd..4ba5fd50daf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
pkgname=shonenjump
pkgver=0.7.20
-pkgrel=1
+pkgrel=2
pkgdesc="A faster way to change directory and improve command line productivity"
arch=(x86_64)
url="https://github.com/suzaku/shonenjump"
license=(custom)
-depends=(bash)
makedepends=(go)
conflicts=(autojump)
install=readme.install