summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah2023-01-16 15:16:29 -0700
committerNoah2023-01-16 15:16:29 -0700
commit5b5bc6db711fa1728821f0842fe77987bad6d7f7 (patch)
tree3e4b70ae1c4baefad7ee66f675e5d709151379e4
parent12bde74e8166b83d3319c3206cae2b2dbea704bb (diff)
downloadaur-5b5bc6db711fa1728821f0842fe77987bad6d7f7.tar.gz
Update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5657586155f1..6c7873ab58db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = the-rock
pkgdesc = A command line King James bible viewer
- pkgver = 0.7.0
- pkgrel = 2
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://gitlab.com/NoahJelen/the-rock
arch = i686
arch = x86_64
- license = GPL
+ license = GPL3
makedepends = cargo
- makedepends = gzip
depends = ncurses
depends = gcc-libs
depends = glibc
conflicts = the-rock-git
conflicts = bible-kjv
- source = https://gitlab.com/NoahJelen/the-rock/-/archive/0.7.0/the-rock-0.7.0.zip
+ source = https://gitlab.com/NoahJelen/the-rock/-/archive/0.8.0/the-rock-0.8.0.zip
md5sums = SKIP
pkgname = the-rock \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 5ea493dfc19c..bcff298738de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Noah Jelen <noahtjelen@gmail.com>
-# Generated by cargo on October 9, 2022 at 13:47:40
+# Generated by cargo on January 16, 2023 at 06:55:53
pkgname=the-rock
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc="A command line King James bible viewer"
arch=('i686' 'x86_64')
url="https://gitlab.com/NoahJelen/the-rock"
-license=('GPL')
+license=('GPL3')
depends=('ncurses' 'gcc-libs' 'glibc')
-makedepends=('cargo' 'gzip')
+makedepends=('cargo')
source=("https://gitlab.com/NoahJelen/the-rock/-/archive/$pkgver/the-rock-$pkgver.zip")
conflicts=('the-rock-git' 'bible-kjv')
md5sums=('SKIP')
@@ -31,6 +31,4 @@ package() {
install -Dt "$pkgdir/usr/share/the_rock/" icon.png
install -Dt "$pkgdir/usr/share/man/man1" man/the_rock.1
install -Dt "$pkgdir/usr/share/man/man1" man/bible.1
- gzip "$pkgdir/usr/share/man/man1/bible.1"
- gzip "$pkgdir/usr/share/man/man1/the_rock.1"
-}
+} \ No newline at end of file