summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-05-27 09:31:31 -0400
committerTed Alff2019-05-27 09:31:31 -0400
commit2c61077fea7061d8c976a793f4f5fdabb3f2c8e1 (patch)
tree3c7e9d54229f74c222264634e7c63497c403fdbf
parent144bb81156c6ac31af7a33f5df1bde83be66053d (diff)
downloadaur-2c61077fea7061d8c976a793f4f5fdabb3f2c8e1.tar.gz
Add xfce4-devel group
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f84cbcb89d2..97ae269c5c87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = xfce4-appfinder-devel
url = https://www.xfce.org/
arch = i686
arch = x86_64
- groups = xfce4
+ groups = xfce4-devel
license = GPL2
makedepends = intltool
depends = libxfce4ui
diff --git a/PKGBUILD b/PKGBUILD
index 0c1fc0f36991..15b7a2366afd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="An application finder for Xfce"
arch=('i686' 'x86_64')
url="https://www.xfce.org/"
license=('GPL2')
-groups=('xfce4')
+groups=('xfce4-devel')
depends=('libxfce4ui' 'garcon' 'hicolor-icon-theme')
makedepends=('intltool')
provides=("${_pkgname}=${pkgver}")