summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah2021-05-21 02:05:32 -0700
committerNoah2021-05-21 02:05:32 -0700
commit9405ba1cc0e82266c4acdeba1553b3225d7a8b7d (patch)
tree4cf341ae3a69ec4b44978d5e4f3af5a59901d3a8
parent086ec890683058e240057e776a71379953107f49 (diff)
downloadaur-9405ba1cc0e82266c4acdeba1553b3225d7a8b7d.tar.gz
More cleanup and improvements!
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bfa5d99ef6f..19eed156bf20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = the-rock
pkgdesc = A command line King James bible viewer
- pkgver = 0.3.2
+ pkgver = 0.4.0
pkgrel = 1
url = https://gitlab.com/NoahJelen/the-rock
arch = i686
@@ -13,7 +13,7 @@ pkgbase = the-rock
depends = glibc
conflicts = the-rock-git
conflicts = bible-kjv
- source = https://gitlab.com/NoahJelen/the-rock/-/archive/0.3.2/the-rock-0.3.2.zip
+ source = https://gitlab.com/NoahJelen/the-rock/-/archive/0.4.0/the-rock-0.4.0.zip
md5sums = SKIP
pkgname = the-rock
diff --git a/PKGBUILD b/PKGBUILD
index c5ad0fac1be0..11f92f0f73e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Noah Jelen <noahtjelen@gmail.com>
-
+# Generated by cargo on May 21, 2021 at 01:46:44
pkgname=the-rock
-pkgver=0.3.2
+pkgver=0.4.0
pkgrel=1
pkgdesc="A command line King James bible viewer"
arch=('i686' 'x86_64')
@@ -36,4 +36,4 @@ package() {
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