summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleh Prypin2017-02-21 23:09:12 +0100
committerOleh Prypin2017-02-21 23:09:12 +0100
commit5fe7675d63fead20933fabd3f5feff7189f7babc (patch)
tree915a41215b9014472ebe7aea77d9e904d3ed31f4
parentd6c6abf29216a69ecf0d86d088b9eef90dbc1172 (diff)
downloadaur-5fe7675d63fead20933fabd3f5feff7189f7babc.tar.gz
Update to 2.4.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 15 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d496a060119..1cbb7dc28e7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Mar 3 23:22:07 UTC 2016
+# Tue Feb 21 22:08:32 UTC 2017
pkgbase = sixcells
pkgdesc = Level editor for Hexcells
- pkgver = 2.4.1
+ pkgver = 2.4.3
pkgrel = 1
- url = https://github.com/BlaXpirit/sixcells
+ url = https://github.com/oprypin/sixcells
arch = any
license = GPL3
depends = python
- depends = python-pyside
- optdepends = python-pulp: Required for solving puzzles
+ depends = python-pyqt5
+ depends = python-pulp
optdepends = glpk: Faster solver for PuLP
- source = https://github.com/BlaXpirit/sixcells/archive/v2.4.1.tar.gz
- sha256sums = b1071b41113967d2349cc40e41b6112d0b991293a30af94f8ced8d09730d2819
+ source = https://github.com/oprypin/sixcells/archive/v2.4.3.tar.gz
+ sha256sums = f5854fe623286a80def76a8e51fd48a73774ce2a66039a2311670ad7e77ec05e
pkgname = sixcells
diff --git a/PKGBUILD b/PKGBUILD
index f2ee31c6be0d..12565eee37ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: Oleh Prypin <aur@blaxpirit.com>
pkgname=sixcells
-pkgver=2.4.1
+pkgver=2.4.3
pkgrel=1
pkgdesc="Level editor for Hexcells"
-arch=('any')
-url='https://github.com/BlaXpirit/sixcells'
-license=('GPL3')
-depends=('python' 'python-pyside')
-optdepends=('python-pulp: Required for solving puzzles'
- 'glpk: Faster solver for PuLP')
-source=("https://github.com/BlaXpirit/sixcells/archive/v${pkgver}.tar.gz")
-sha256sums=('b1071b41113967d2349cc40e41b6112d0b991293a30af94f8ced8d09730d2819')
+arch=(any)
+url='https://github.com/oprypin/sixcells'
+license=(GPL3)
+depends=('python' 'python-pyqt5' 'python-pulp')
+optdepends=('glpk: Faster solver for PuLP')
+source=("https://github.com/oprypin/sixcells/archive/v${pkgver}.tar.gz")
+sha256sums=('f5854fe623286a80def76a8e51fd48a73774ce2a66039a2311670ad7e77ec05e')
package() {
cd "$pkgdir"