summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb09245e2002..ad49f7bb696a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = digital
pkgdesc = A digital logic designer and circuit simulator.
pkgver = 0.24
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hneemann/Digital
arch = x86_64
license = GPL
depends = java-runtime
- source = https://github.com/hneemann/Digital/releases/download/v0.24/Digital.zip
+ source = digital-0.24.zip::https://github.com/hneemann/Digital/releases/download/v0.24/Digital.zip
source = digital.desktop
sha256sums = 1b268332eced5db19c9028d0bf75b97e94aa35777248b44f546739c2215976cb
sha256sums = cec54a264aa24c5116521d0846b88da4e6a032ce85f484782d5ad222c024e29c
diff --git a/PKGBUILD b/PKGBUILD
index 33ec13829d50..d4444288b2a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ryozuki <ryo@ryozuki.xyz>
pkgname=digital
pkgver=0.24
-pkgrel=1
+pkgrel=2
pkgdesc="A digital logic designer and circuit simulator."
arch=('x86_64')
url="https://github.com/hneemann/Digital"
license=('GPL')
depends=('java-runtime')
-source=("https://github.com/hneemann/Digital/releases/download/v${pkgver}/Digital.zip"
+source=("$pkgname-$pkgver.zip::https://github.com/hneemann/Digital/releases/download/v${pkgver}/Digital.zip"
"digital.desktop")
sha256sums=("1b268332eced5db19c9028d0bf75b97e94aa35777248b44f546739c2215976cb"
"cec54a264aa24c5116521d0846b88da4e6a032ce85f484782d5ad222c024e29c")