summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlaviu Tamas2016-09-02 12:59:04 -0400
committerFlaviu Tamas2016-09-02 12:59:43 -0400
commit95d06c7f7312d55e5d6c7b07e34a5385efd965b7 (patch)
tree8de859eca1991ac79425b8baaf1d09c5347ad962
parent8f4ce02a132c8f1c7be94c5aea357771109e0d86 (diff)
downloadaur-95d06c7f7312d55e5d6c7b07e34a5385efd965b7.tar.gz
Update to 1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2494819e6b87..31a6551c8863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Sep 2 16:59:39 UTC 2016
pkgbase = pylote
pkgdesc = Software making it possible to draw on the screen of the computer, like handling various instruments of geometry.
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = http://pascal.peter.free.fr/wiki/Logiciels/Pylote
arch = any
@@ -8,8 +10,8 @@ pkgbase = pylote
depends = pyqt
source = http://pascal.peter.free.fr/wikiuploads/pylote.tar.gz
source = pylote.desktop
- md5sums = d7a1128ab7991a465c17a40e640c4bdb
- md5sums = 551a544d0f99fff8b4061167ba3b4dd8
+ sha256sums = 169540e9e45caa594aa055f7bbfb8f86142e40e3bc75e1eadce510bd488eb3d4
+ sha256sums = 8557e071b14f22e5386715d4769aada56175fa8a266508ce42043363b30b0bd7
pkgname = pylote
diff --git a/PKGBUILD b/PKGBUILD
index d6941ac794f0..08632bb49696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dany Martineau <dany.luc.martineau@gmail.com>
pkgname=pylote
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Software making it possible to draw on the screen of the computer, like handling various instruments of geometry."
url="http://pascal.peter.free.fr/wiki/Logiciels/Pylote"
@@ -10,8 +10,8 @@ license=('GPL')
arch=('any')
depends=('pyqt')
source=(http://pascal.peter.free.fr/wikiuploads/pylote.tar.gz $pkgname.desktop)
-md5sums=('d7a1128ab7991a465c17a40e640c4bdb'
- '551a544d0f99fff8b4061167ba3b4dd8')
+sha256sums=('169540e9e45caa594aa055f7bbfb8f86142e40e3bc75e1eadce510bd488eb3d4'
+ '8557e071b14f22e5386715d4769aada56175fa8a266508ce42043363b30b0bd7')
package() {
cd ${srcdir}/${pkgname}