summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyozuki2020-02-26 09:35:39 +0100
committerRyozuki2020-02-26 09:35:39 +0100
commit1aca2397a5843900a97b707ada41995c33db18d6 (patch)
tree77179f745ccd44bffdabc47c2fd02ede7ba1e30e
parent1a0d4c2c7aa5bf9dd6909610f1571e9a9447584a (diff)
downloadaur-1aca2397a5843900a97b707ada41995c33db18d6.tar.gz
Make the downloaded zip unique to prevent cache issues
-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")