summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrzej Giniewicz2016-07-30 19:28:33 +0200
committerAndrzej Giniewicz2016-07-30 19:28:33 +0200
commit48dcabf966789305810984c218f575a4537ba301 (patch)
tree45d382842a0ba4cbdcb3047d65d011470badba12 /PKGBUILD
parentfdb822f4167a894d5f8e01af49f46ec88f7b12b1 (diff)
downloadaur-python2-formlayout.tar.gz
python2-formlayout: new upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59d3f6216da1..da3aff1bf282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python2-formlayout
-pkgver=1.0.15
+pkgver=1.1.0
pkgrel=1
pkgdesc="Tiny Python module for creating form dialogs/widgets to edit various type of parameters"
arch=('any')
-url="http://code.google.com/p/formlayout/"
+url="https://github.com/PierreRaybaut/formlayout"
license=('GPL')
depends=('python2-pyqt4')
makedepends=('python2-distribute' 'unzip')
options=(!emptydirs)
-source=(http://formlayout.googlecode.com/files/formlayout-$pkgver.zip)
-md5sums=('db2d06281158506bee84732da9888ff0')
+source=("https://github.com/PierreRaybaut/formlayout/archive/v${pkgver}.tar.gz")
+md5sums=('bdc143d6af61bf0092910ea6234454f5')
build() {
cd "$srcdir/formlayout-$pkgver"