summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1c04d14e73e..1f6f2653bd51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = jdigitalsimulator
pkgdesc = JDigitalSimulator is a platform independent open source Electronic Design Automation software entirely written in Java by Kristian Kraljic.
- pkgver = 2.0.2
+ pkgver = 2.2.0
pkgrel = 1
url = http://kra.lc/projects/jdigitalsimulator/index.html
arch = any
license = GPL3
makedepends = maven
depends = java-runtime>=7
- source = https://github.com/kristian/JDigitalSimulator/archive/2.0.2.zip
- md5sums = 2ca18f12da2cbf9e58938e342d62e179
+ source = https://github.com/kristian/JDigitalSimulator/archive/refs/tags/2.2.0.zip
+ md5sums = 0ee1ae6195ebdc1099c03033260d7265
pkgname = jdigitalsimulator
-
diff --git a/PKGBUILD b/PKGBUILD
index cab1df50c99f..249c50562ef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eike Baran <eikebaran89@gmail.com>
pkgname=jdigitalsimulator
pkgrname=JDigitalSimulator
-pkgver=2.0.2
+pkgver=2.2.0
pkgrel=1
pkgdesc="JDigitalSimulator is a platform independent open source Electronic Design Automation software entirely written in Java by Kristian Kraljic."
arch=('any')
@@ -10,8 +10,9 @@ license=('GPL3')
depends=('java-runtime>=7')
makedepends=('maven')
#changelog="$srcdir/$pkgrname-$pkgver/CHANGELOG.md"
-source=("https://github.com/kristian/$pkgrname/archive/$pkgver.zip")
-md5sums=('2ca18f12da2cbf9e58938e342d62e179')
+#source=("https://github.com/kristian/$pkgrname/releases/download/$pkgver/jds-$pkgver.zip")
+source=("https://github.com/kristian/$pkgrname/archive/refs/tags/$pkgver.zip")
+md5sums=('0ee1ae6195ebdc1099c03033260d7265')
build() {
cd "$srcdir/$pkgrname-$pkgver"