summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrzej Giniewicz2016-07-30 19:28:33 +0200
committerAndrzej Giniewicz2016-07-30 19:28:33 +0200
commit48dcabf966789305810984c218f575a4537ba301 (patch)
tree45d382842a0ba4cbdcb3047d65d011470badba12
parentfdb822f4167a894d5f8e01af49f46ec88f7b12b1 (diff)
downloadaur-python2-formlayout.tar.gz
python2-formlayout: new upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f5149f93549..165bf324a30c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Sat Jul 30 17:28:17 UTC 2016
pkgbase = python2-formlayout
pkgdesc = Tiny Python module for creating form dialogs/widgets to edit various type of parameters
- pkgver = 1.0.15
+ pkgver = 1.1.0
pkgrel = 1
- url = http://code.google.com/p/formlayout/
+ url = https://github.com/PierreRaybaut/formlayout
arch = any
license = GPL
makedepends = python2-distribute
makedepends = unzip
depends = python2-pyqt4
options = !emptydirs
- source = http://formlayout.googlecode.com/files/formlayout-1.0.15.zip
- md5sums = db2d06281158506bee84732da9888ff0
+ source = https://github.com/PierreRaybaut/formlayout/archive/v1.1.0.tar.gz
+ md5sums = bdc143d6af61bf0092910ea6234454f5
pkgname = python2-formlayout
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"