summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah2021-03-23 13:27:47 -0700
committerNoah2021-03-23 13:27:47 -0700
commit941290c38c692b8b3956f1fd129896d2d0c81656 (patch)
treed4070057b6e765bd1aa47b93b7755ca33f923455
parent21a0bf08d7eb0e3f5ad7517bdaa65fe3346aedf6 (diff)
downloadaur-941290c38c692b8b3956f1fd129896d2d0c81656.tar.gz
Added missing build dependency and updated conflicting packages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 782f88341f0e..c27db336ab37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,10 @@ pkgbase = the-rock
arch = x86_64
license = GPL
makedepends = cargo
+ makedepends = gzip
depends = ncurses
conflicts = the-rock-git
+ conflicts = bible-kjv
source = https://gitlab.com/NoahJelen/the-rock/-/archive/0.1.1/the-rock-0.1.1.zip
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d01a9d956e4c..962193231e05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ arch=('i686' 'x86_64')
url="https://gitlab.com/NoahJelen/the-rock"
license=('GPL')
depends=('ncurses')
-makedepends=('cargo')
+makedepends=('cargo' 'gzip')
source=("https://gitlab.com/NoahJelen/the-rock/-/archive/0.1.1/the-rock-0.1.1.zip")
-conflicts=('the-rock-git')
+conflicts=('the-rock-git' 'bible-kjv')
md5sums=('SKIP')
build() {