summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2019-01-05 18:32:49 +0100
committerPhilip Goto2019-01-05 18:32:49 +0100
commit0bc44583e61e84b5f187024231392d4e55790c85 (patch)
tree9ba49c31125cf959657ec0e584634d1085745433 /PKGBUILD
parent4d21032425405579ed67efe066642312e9619210 (diff)
downloadaur-0bc44583e61e84b5f187024231392d4e55790c85.tar.gz
Remove pkg-config from makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7aaf61699714..3c65dd705516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ depends=(gcr
makedepends=(ctags
git
libhandy
- pkg-config
meson
vala)
conflicts=(phosh-git)
@@ -41,4 +40,4 @@ check() {
package() {
DESTDIR="${pkgdir}" ninja -C build install
-}
+} \ No newline at end of file