summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2019-10-16 20:25:55 +0200
committerMichael Lass2019-10-16 20:25:55 +0200
commit1fcded1de7e5738cf87db2a6c2835b2e0d0c02fb (patch)
tree7524c13f7f4f7165783701d3034d1929e1374ef0
parent8ddd9bef96d47206aaef9cd69e003431d9322fd7 (diff)
downloadaur-1fcded1de7e5738cf87db2a6c2835b2e0d0c02fb.tar.gz
Update to 3.19.1
Thanks to H3PO for providing this patch!
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c90982029585..7506f559fe76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = yed
pkgdesc = Very powerful graph editor written in java
- pkgver = 3.19
- pkgrel = 2
+ pkgver = 3.19.1
+ pkgrel = 1
epoch = 1
url = http://www.yworks.com/en/products_yed_about.html
install = yed.install
arch = any
license = custom
depends = java-runtime
- source = https://www.yworks.com/resources/yed/demo/yEd-3.19.zip
+ source = https://www.yworks.com/resources/yed/demo/yEd-3.19.1.zip
source = yed.desktop
source = yed
- sha256sums = 1595816007ced156d21576691fe5247135d85d674231a708a49553de685c65e3
+ sha256sums = 19ccb355bd22702e4e1d2dbb976e21acb2d8baeca4c9d4a3574e5876f8fd3308
sha256sums = 245182a52896bdff3f2c995a066623619d600665630e789910c92d36725a0aca
sha256sums = 731b54c6e731704efe9847d78e2df474d59042452ace29d2786d76891295249e
diff --git a/PKGBUILD b/PKGBUILD
index 67c4ceccf587..4d840a0cae8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
# https://github.com/michaellass/AUR
pkgname=yed
-pkgver=3.19
-pkgrel=2
+pkgver=3.19.1
+pkgrel=1
epoch=1
pkgdesc='Very powerful graph editor written in java'
arch=('any')
@@ -21,7 +21,7 @@ depends=('java-runtime')
source=("https://www.yworks.com/resources/yed/demo/yEd-${pkgver}.zip"
'yed.desktop'
'yed')
-sha256sums=('1595816007ced156d21576691fe5247135d85d674231a708a49553de685c65e3'
+sha256sums=('19ccb355bd22702e4e1d2dbb976e21acb2d8baeca4c9d4a3574e5876f8fd3308'
'245182a52896bdff3f2c995a066623619d600665630e789910c92d36725a0aca'
'731b54c6e731704efe9847d78e2df474d59042452ace29d2786d76891295249e')
@@ -37,7 +37,7 @@ package() {
install -Dm644 ${srcdir}/yed-${pkgver}/license.html ${pkgdir}/usr/share/licenses/yed/license.html
# Install icon
- install -Dm644 ${srcdir}/yed-${pkgver}/icons/yicon32.png ${pkgdir}/usr/share/pixmaps/yed.png
+ install -Dm644 ${srcdir}/yed-${pkgver}/icons/yed32.png ${pkgdir}/usr/share/pixmaps/yed.png
# Install .desktop file
install -Dm644 ${srcdir}/yed.desktop ${pkgdir}/usr/share/applications/yed.desktop