summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornomisge2023-02-09 10:43:25 +0100
committernomisge2023-02-09 10:43:25 +0100
commit59c4db80097a477a34d949b3efd39d8c797aac96 (patch)
tree2e64de367a72c446667f544d77f67699e72a2854
parent53dfdf5788658151c5a6626ecfa5fddfc6b7792b (diff)
downloadaur-59c4db80097a477a34d949b3efd39d8c797aac96.tar.gz
added maintainer line
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f8f94f76191..c052cc845d97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gaphas
pkgdesc = Diagramming widget library for Python
pkgver = 3.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gaphor/gaphas
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index f952a4a5f6ee..99cf6e64c4d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
# Maintainer: Padraic Fanning <fanninpm AT miamioh DOT edu>
+# Maintainer: nomisge <nomisge @ live . de>
_name=gaphas
pkgname=python-${_name}
pkgver=3.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="Diagramming widget library for Python"
arch=('any')
url="https://github.com/gaphor/${_name}"