[arch-commits] Commit in oxygen-icons/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Nov 18 12:06:48 UTC 2015


    Date: Wednesday, November 18, 2015 @ 13:06:48
  Author: arojas
Revision: 251219

Fix typo

Modified:
  oxygen-icons/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-18 11:11:56 UTC (rev 251218)
+++ PKGBUILD	2015-11-18 12:06:48 UTC (rev 251219)
@@ -13,7 +13,6 @@
 arch=('any')
 url='http://www.oxygen-icons.org/'
 license=('LGPL')
-group=('kf5')
 makedepends=('cmake')
 source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz")
 sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
@@ -31,6 +30,8 @@
 }
 
 package_oxygen-icons() {
+  groups=('kf5')
+
   cd build
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list