diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-12-14 08:41:19 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-12-14 08:41:19 +0100 |
commit | 720188c5c6c585f8183ab1eb83b1ebdcd6eb3513 (patch) | |
tree | 6e5c07596bbbce5e75e428d18bfbd2342dcf48fe | |
parent | 865af1d6bbad2f1f4933ac6ba966e50638febcac (diff) | |
download | qt-debug-pkgbuild-720188c5c6c585f8183ab1eb83b1ebdcd6eb3513.tar.gz qt-debug-pkgbuild-720188c5c6c585f8183ab1eb83b1ebdcd6eb3513.zip |
pkrgrel bump
-rw-r--r-- | pyqt5/PKGBUILD | 4 | ||||
-rw-r--r-- | qt5/PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pyqt5/PKGBUILD b/pyqt5/PKGBUILD index 53aac67..e214958 100644 --- a/pyqt5/PKGBUILD +++ b/pyqt5/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 249765 2015-10-26 05:54:38Z fyan $ +# $Id: PKGBUILD 255608 2015-12-10 05:04:47Z foutrelis $ # Maintainer: Felix Yan <felixonmars@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Yichao Yu <yyc1992@gmail.com> @@ -9,7 +9,7 @@ pkgbase=pyqt5 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5') pkgver=5.5.1 _pkgver=$pkgver -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://riverbankcomputing.co.uk/software/pyqt/intro" license=('GPL') diff --git a/qt5/PKGBUILD b/qt5/PKGBUILD index b533166..9ac05a3 100644 --- a/qt5/PKGBUILD +++ b/qt5/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 250082 2015-11-03 15:35:11Z foutrelis $ +# $Id: PKGBUILD 255623 2015-12-10 05:06:26Z foutrelis $ # Maintainer: Felix Yan <felixonmars@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -30,7 +30,7 @@ pkgname=('qt5-3d' 'qt5-x11extras' 'qt5-xmlpatterns') pkgver=5.5.1 -pkgrel=3 +pkgrel=5 arch=('i686' 'x86_64') url='http://www.qt.io/developers' license=('GPL3' 'LGPL' 'FDL' 'custom') |