author | Antonio Rojas
<arojas@archlinux.org> 2019-05-01 09:27:47 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-05-01 09:27:47 UTC |
parent | a047e2b12d1fe71235df7ae219ada5041f2a9514 |
PKGBUILD | +1 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 4163557..454b76e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=libdbusmenu-qt pkgname=(libdbusmenu-qt5) pkgver=0.9.3+16.04.20160218 -pkgrel=3 +pkgrel=4 pkgdesc="A library that provides a Qt implementation of the DBusMenu spec" arch=(x86_64) url="https://launchpad.net/libdbusmenu-qt" @@ -21,7 +21,6 @@ build() { cd build cmake ../$pkgbase-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib make }