summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordoragasu2022-01-24 21:29:02 +0100
committerdoragasu2022-01-24 21:29:02 +0100
commit5230622ddc2da8bcb451124a246c5eaf7fb5286b (patch)
tree1635aea5330b0be6ca47cf17a2f33fbc5ae29dd0 /PKGBUILD
parente2b48a528e4cfad00aa3108c8fe70977e7c028cf (diff)
downloadaur-5230622ddc2da8bcb451124a246c5eaf7fb5286b.tar.gz
Add cmake to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc376d58df39..80cd1586f760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ _commit=53abfeb6f1919fce3e65f21e37340153d2e4fe10
_ver=17.04
pkgname=lib7zip
pkgver=3.0.0_${_ver}
-pkgrel=1
+pkgrel=2
pkgdesc="A library using 7z.dll/7z.so(from 7-Zip) to handle different archive types."
arch=(i686 x86_64)
url="https://github.com/stonewell/lib7zip"
license=('MPL')
-makedepends=('libtool')
+makedepends=('cmake' 'libtool')
options=('!libtool')
source=("git+https://github.com/stonewell/${pkgname}.git"
"git+https://github.com/jinfeihan57/${_pkg}/#tag=v${_ver}"