diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | PKGBUILD | 5 |
3 files changed, 6 insertions, 5 deletions
@@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Thu Mar 22 09:35:52 UTC 2018 pkgbase = python-pyside-tools pkgver = 0.2.15 - pkgrel = 2 + pkgrel = 3 url = https://qt-project.org/wiki/PySide arch = i686 arch = x86_64 diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..24872d0a0b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +python-pyside-tools-* +*.pkg.* @@ -1,10 +1,11 @@ -# Maintainer: Florian Pritz <bluewind@xinu.at> +# Maintainer: Gabriel Souza Franco <Z2FicmllbGZyYW5jb3NvdXphQGdtYWlsLmNvbQ==> +# Contributor: Florian Pritz # Contributor: kachelaqa <kachelaqa at gmail dot com> pkgbase='python-pyside-tools' pkgname=('python2-pyside-tools' 'python-pyside-tools' 'pyside-tools-common') pkgver=0.2.15 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('LGPL') url='https://qt-project.org/wiki/PySide' |