summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Kubosz2018-07-30 20:42:49 +0200
committerRobert Kubosz2018-07-30 20:42:49 +0200
commit768eaca6b49a8d263a336bea6f4ceb5af495c97e (patch)
tree6ea37ffe8eac39d9d21a018ecdfda799403f8a47
parent98c035fa0825f9daa5d23e6229983d9974be6ac5 (diff)
downloadaur-768eaca6b49a8d263a336bea6f4ceb5af495c97e.tar.gz
add package to group
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 223a6f0a67f9..242133ad7540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = python-abjad-ext-rmakers
pkgdesc = Abjad rhythm-maker extension
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Abjad/abjad-ext-rmakers
arch = any
+ groups = abjad
license = MIT
makedepends = python-setuptools
depends = python-abjad
diff --git a/PKGBUILD b/PKGBUILD
index b0a828478d97..6c18d80e7fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
_pkgname=abjad-ext-rmakers
pkgname="python-$_pkgname"
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
+groups=('abjad')
pkgdesc='Abjad rhythm-maker extension'
arch=('any')
url="https://github.com/Abjad/$_pkgname"