summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRodrigo Bezerra2019-11-15 18:35:51 -0300
committerRodrigo Bezerra2019-11-15 18:35:51 -0300
commit6fc9737e8baa55e12466ce787e2e885e895b251d (patch)
treef25274194a065c14cf01d7a29e45a67f7d2db2bc /PKGBUILD
parentbb8832a48e024afdb54a23c022b9140f440fbbef (diff)
downloadaur-6fc9737e8baa55e12466ce787e2e885e895b251d.tar.gz
Move lib32-pcre to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c824a9412a9b..70c9795cd112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="A lightweight C library for storing RDF data in memory (32-bit)"
arch=('x86_64')
url="https://drobilla.net/software/sord/"
license=('custom:ISC')
-depends=('lib32-pcre' 'lib32-serd' 'sord')
-makedepends=('waf')
+depends=('lib32-serd' 'sord')
+makedepends=('lib32-pcre' 'waf')
source=("https://download.drobilla.net/$_basename-$pkgver.tar.bz2"{,.sig})
sha512sums=('98bb102cff5ab38d999c2f966597508076ccce54583a739810b0c28b4f3d570b2ef414605fc08361ecb11ac3184d3176f2f50c7c59c06cc50c3d522e26ed5576'
'SKIP')