diff --git a/kcm-pacman-repoeditor/PKGBUILD b/kcm-pacman-repoeditor/PKGBUILD index 8d2af49d4..3fb3ba13f 100644 --- a/kcm-pacman-repoeditor/PKGBUILD +++ b/kcm-pacman-repoeditor/PKGBUILD @@ -1,15 +1,14 @@ - pkgname=kcm-pacman-repoeditor -pkgver=0.2.0 +pkgver=0.2.1 pkgdesc="A KDE control module for pacman's repositories management." -pkgrel=2 +pkgrel=1 arch=('x86_64') url="https://github.com/gcala/kcmpacmanrepoeditor" license=('GPL3') depends=('kcoreaddons' 'kwidgetsaddons' 'kcmutils' 'ki18n' 'kauth') -makedepends=('extra-cmake-modules' 'kdoctools') +makedepends=('cmake' 'extra-cmake-modules' 'kdoctools') categories=('system') -_gitsha=33591f4 +_gitsha=1ebae3e source=("git://git.chakraos.org/${pkgname}.git#commit=${_gitsha}") md5sums=('SKIP')