summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndre Miranda2018-06-07 22:48:05 -0300
committerAndre Miranda2018-06-07 22:48:05 -0300
commitfc59dc4a06221fd6140ad277f0a215bedf001935 (patch)
treec9be27a350ad616e8f7410b4afa41df289f30cfb /PKGBUILD
parent1a8dfff5ae465446131ebd3b7e2da846c469ce5f (diff)
downloadaur-fc59dc4a06221fd6140ad277f0a215bedf001935.tar.gz
Replace pkg-config by pkgconf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61ac7c288792..be0cb0223357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=kissplayer
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Simple and Lightweight Music Player"
arch=('i686' 'x86_64')
url="https://github.com/andreldm/kissplayer"
license=('GPL')
depends=('fmodex' 'zlib' 'libpng' 'sqlite' 'taglib' 'fltk' 'libxpm' )
-makedepends=('pkg-config>=0.9.0' 'gettext')
+makedepends=('pkgconf>=0.9.0' 'gettext')
provides=('kissplayer')
source=(https://github.com/andreldm/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-linux.tar.gz)
install=kissplayer.install