summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2020-03-22 08:23:12 +0100
committeraksr2020-03-22 08:23:12 +0100
commit86cd0b3eed4059e34b77d1fc1eb6cef6bd34c359 (patch)
tree658d8a8b2f519898cc53a2e3d6b996c40ae1af1c
parent6ef40b37f69c44963b39a1fe2db1b266378fbac3 (diff)
downloadaur-86cd0b3eed4059e34b77d1fc1eb6cef6bd34c359.tar.gz
Add /meson/ to makedepends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebb9773657d9..905374257024 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Mar 22 07:20:18 UTC 2020
+# Sun Mar 22 07:22:35 UTC 2020
pkgbase = loksh-git
pkgdesc = A Linux port of OpenBSD's ksh.
pkgver = 6.6.r61.db365e4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dimkr/loksh
install = loksh-git.install
arch = i686
arch = x86_64
license = publicdomain
makedepends = git
+ makedepends = meson
depends = libbsd
provides = loksh
conflicts = loksh
diff --git a/PKGBUILD b/PKGBUILD
index 6e315d18f53c..ce74be14aa7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=loksh-git
pkgver=6.6.r61.db365e4
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A Linux port of OpenBSD's ksh."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/dimkr/loksh"
license=('publicdomain')
groups=()
depends=('libbsd')
-makedepends=('git')
+makedepends=('git' 'meson')
optdepends=()
checkdepends=()
provides=('loksh')