diff options
author | Noah | 2024-08-22 13:53:36 -0700 |
---|---|---|
committer | Noah | 2024-08-22 13:53:36 -0700 |
commit | 4fc5cd0a769cc4a45963fb38d1699c375d32ef73 (patch) | |
tree | ae7766989de58fea056131c39982269f5872fab8 | |
parent | 6f91ff598b64160e386e2ba9a2f1ebb52b8aefbd (diff) | |
download | aur-4fc5cd0a769cc4a45963fb38d1699c375d32ef73.tar.gz |
"Update"
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 7 insertions, 11 deletions
@@ -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 @@ -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() { |