summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah2024-08-22 13:53:36 -0700
committerNoah2024-08-22 13:53:36 -0700
commit4fc5cd0a769cc4a45963fb38d1699c375d32ef73 (patch)
treeae7766989de58fea056131c39982269f5872fab8
parent6f91ff598b64160e386e2ba9a2f1ebb52b8aefbd (diff)
downloadaur-4fc5cd0a769cc4a45963fb38d1699c375d32ef73.tar.gz
"Update"
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6127f6d20157..867dc9351ae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = the-rock
pkgdesc = A command line King James bible viewer
- pkgver = 0.8.8
+ pkgver = 0.9.0
pkgrel = 1
url = https://gitlab.com/NoahJelen/the-rock
arch = i686
arch = x86_64
- license = GPL3
+ license = GPL-3
makedepends = cargo
- depends = ncurses
depends = gcc-libs
depends = glibc
- conflicts = the-rock-git
- conflicts = bible-kjv
- source = https://gitlab.com/NoahJelen/the-rock/-/archive/0.8.8/the-rock-0.8.8.zip
+ source = https://gitlab.com/NoahJelen/the-rock/-/archive/0.9.0/the-rock-0.9.0.zip
md5sums = SKIP
pkgname = the-rock \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index fc8255600819..6906ad838931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: Noah Jelen <noahtjelen@gmail.com>
-# Generated by cargo on December 30, 2023 at 10:15:32
+# Generated by cargo on August 21, 2024 at 19:55:57
pkgname=the-rock
-pkgver=0.8.8
+pkgver=0.9.0
pkgrel=1
pkgdesc="A command line King James bible viewer"
arch=('i686' 'x86_64')
url="https://gitlab.com/NoahJelen/the-rock"
-license=('GPL3')
-depends=('ncurses' 'gcc-libs' 'glibc')
+license=('GPL-3')
+depends=('gcc-libs' 'glibc')
makedepends=('cargo')
source=("https://gitlab.com/NoahJelen/the-rock/-/archive/$pkgver/the-rock-$pkgver.zip")
-conflicts=('the-rock-git' 'bible-kjv')
md5sums=('SKIP')
build() {