summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-03-25 13:23:46 -0600
committerBrian Bidulock2018-03-25 13:23:46 -0600
commit2fd82863cd6a661f64afab317a7ecac2bceb68a5 (patch)
treeaca599809f26c3da286daab26d5739ea38bf5ba1
parente9d6f150613811c19e8f38ce9f25606753614d56 (diff)
downloadaur-2fd82863cd6a661f64afab317a7ecac2bceb68a5.tar.gz
add group
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfd989f30035..2f532b60956e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = xde-panel
pkgdesc = PerlPanel wrapper for the X Desktop Environment
pkgver = 0.01.7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bbidulock/xde-panel
arch = any
+ groups = xde
license = PerlArtistic
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 1b28b042c413..3d2d89797c66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
pkgname=xde-panel
cpanname=XDE-Panel
pkgver=0.01.7
-pkgrel=2
+pkgrel=3
pkgdesc="PerlPanel wrapper for the X Desktop Environment"
+groups=('xde')
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')