[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)
NicoHood
nicohood at archlinux.org
Tue Nov 1 17:33:26 UTC 2016
Date: Tuesday, November 1, 2016 @ 17:33:25
Author: nicohood
Revision: 194223
upgpkg: arc-gtk-theme 20161005-3
Modified:
arc-gtk-theme/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-01 16:08:20 UTC (rev 194222)
+++ PKGBUILD 2016-11-01 17:33:25 UTC (rev 194223)
@@ -8,11 +8,12 @@
_pkgname=arc-theme
pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
pkgver=20161005
-pkgrel=2
+pkgrel=3
arch=('any')
url="https://github.com/horst3180/${_pkgname}"
license=('GPL3')
depends=('gtk3' 'gtk-engine-murrine')
+optdepends=('arc-icon-theme')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('cbdb73424f85532d756f2b7ed781fbc49598be44e01715490c0f95a60d7e1ab1c4f58a02f1a60bc9aec7f9625a9b7190ed680888af9c6fdf8a192b935c2ebe33')
@@ -26,7 +27,7 @@
replaces=('gtk-theme-arc')
cd "${_pkgname}-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list