summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Barberee2016-07-19 13:30:03 -0500
committerSeth Barberee2016-07-19 13:30:03 -0500
commit99a673b8dcca40baf78157681b2d017b2e5fa52e (patch)
treed3895667621595d40a9ea2c9690f3418ee4d977b
parent23b75642267bedbdc6428f7ee115e3860684dbc9 (diff)
downloadaur-99a673b8dcca40baf78157681b2d017b2e5fa52e.tar.gz
added url and maintainer tag to shut up namcap
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb6aa5fb6bd7..df2441c82a1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = animewatch-pyqt4
pkgdesc = An Audio/Video Manager and Front End for mpv/mplayer with special emphasis on Anime Collection based on PyQt4
pkgver = 2.4.1
pkgrel = 2
+ url = https://github.com/kanishka-linux/AnimeWatch
arch = any
license = GPL3
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 9132a35e8eca..5f1eadf3bdb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,5 @@
+# Maintainer: Seth Barberee <seth.barberee@gmail.com>
+
pkgname=animewatch-pyqt4
_pkgname=AnimeWatch
pkgver=2.4.1
@@ -6,6 +8,7 @@ pkgdesc="An Audio/Video Manager and Front End for mpv/mplayer with special empha
arch=(any)
conflicts=('animewatch-pyqt5')
license=('GPL3')
+url="https://github.com/kanishka-linux/AnimeWatch"
depends=('python' 'python-pyqt4' 'python-pycurl' 'python-urllib3' 'curl' 'libnotify' 'python-dbus'
'python-beautifulsoup4' 'python-psutil' 'python-pillow' 'python-lxml' 'mpv' 'mplayer' 'ffmpegthumbnailer' 'sqlite3' 'python-pytaglib')