summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2023-03-28 20:27:17 +0200
committerMichael Laß2023-03-28 20:27:17 +0200
commitafbac4a4116e4cd85e3ca1467ddb57ae12b24d30 (patch)
tree636e269ba1edda5100be08f5a6afbfacf3651e30
parent81ab5726ae252add82dcf0f3a4ea6acb2b7f9870 (diff)
downloadaur-afbac4a4116e4cd85e3ca1467ddb57ae12b24d30.tar.gz
Update to 3.23.1
Thanks to travisghansen for the patch!
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c75c8a42f258..894f7251bbda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = yed
pkgdesc = Very powerful graph editor written in java
- pkgver = 3.22
+ pkgver = 3.23.1
pkgrel = 1
epoch = 1
url = http://www.yworks.com/en/products_yed_about.html
install = yed.install
arch = any
license = custom
+ depends = hicolor-icon-theme
depends = java-runtime
- source = https://www.yworks.com/resources/yed/demo/yEd-3.22.zip
+ source = https://www.yworks.com/resources/yed/demo/yEd-3.23.1.zip
source = yed.desktop
source = yed
source = graphml+xml-mime.xml
- sha256sums = d40cb5ef10695809f5fc890891c48bcc84bf9ccf5a150612e67eabe327e1e8a5
+ sha256sums = d9a036962db9e958ad589a11d67f35e28236eabc0793b3f265559690187e34bd
sha256sums = cc6957cde6eba0d82ea523b0257f8c91fd1e330a1e2ad7d64890e48a2450aa98
sha256sums = 731b54c6e731704efe9847d78e2df474d59042452ace29d2786d76891295249e
sha256sums = e751b69ed8a25faf46d4e4016ed8f1774abc88679067934a6081348e3d6fc332
diff --git a/PKGBUILD b/PKGBUILD
index c0e7af116686..1cb4b633500e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,19 +10,19 @@
# https://github.com/michaellass/AUR
pkgname=yed
-pkgver=3.22
+pkgver=3.23.1
pkgrel=1
epoch=1
pkgdesc='Very powerful graph editor written in java'
arch=('any')
url='http://www.yworks.com/en/products_yed_about.html'
license=('custom')
-depends=('java-runtime')
+depends=('hicolor-icon-theme' 'java-runtime')
source=("https://www.yworks.com/resources/yed/demo/yEd-${pkgver}.zip"
'yed.desktop'
'yed'
'graphml+xml-mime.xml')
-sha256sums=('d40cb5ef10695809f5fc890891c48bcc84bf9ccf5a150612e67eabe327e1e8a5'
+sha256sums=('d9a036962db9e958ad589a11d67f35e28236eabc0793b3f265559690187e34bd'
'cc6957cde6eba0d82ea523b0257f8c91fd1e330a1e2ad7d64890e48a2450aa98'
'731b54c6e731704efe9847d78e2df474d59042452ace29d2786d76891295249e'
'e751b69ed8a25faf46d4e4016ed8f1774abc88679067934a6081348e3d6fc332')