summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeimos2018-08-14 03:01:43 -0400
committerDeimos2018-08-14 03:01:43 -0400
commit31b669444e2a9bea3b6f3447eb9ab5e9c70b9b2e (patch)
tree0d21bb538616e338659784217ee2a1bd24d9e328
parent601e3252d57875ac29f2ae9b7c5c6ed8f0151345 (diff)
downloadaur-31b669444e2a9bea3b6f3447eb9ab5e9c70b9b2e.tar.gz
Change Maintainer
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33a6a7aa40d3..174d96cacfd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = addresses.app
pkgdesc = A versatile Address Book application and framework.
pkgver = 0.4.8
- pkgrel = 1
+ pkgrel = 2
url = http://www.nongnu.org/gap/addresses/index.html
arch = i686
arch = x86_64
- groups = gnustep
+ groups = gnustep-apps
license = GPL
makedepends = gcc-objc
makedepends = gnustep-make
diff --git a/PKGBUILD b/PKGBUILD
index 7e3ad4ceeba0..3c57153072af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Thomas Ascher <thomas.ascher@gmx.at>
-# Contributor: Thomas Ascher <thomas.ascher@gmx.at>
+# Maintainer: Icarus Mitchellson <mumei AT airmail DOT cc>
+
pkgname=addresses.app
_pkgname=Addresses
-pkgrel=1
+pkgrel=2
pkgver=0.4.8
pkgdesc="A versatile Address Book application and framework."
arch=('i686' 'x86_64')
url="http://www.nongnu.org/gap/addresses/index.html"
license=('GPL')
-groups=('gnustep')
+groups=('gnustep-apps')
depends=('gnustep-base'
'gnustep-gui')
makedepends=('gcc-objc'