summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2c30ce..c0d8a00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
9 9
10pkgname=logisim-evolution 10pkgname=logisim-evolution
11pkgver=3.4.1 11pkgver=3.4.1
12pkgrel=1 12pkgrel=2
13pkgdesc='An educational tool for designing and simulating digital logic circuits (build from source)' 13pkgdesc='An educational tool for designing and simulating digital logic circuits (build from source)'
14arch=('any') 14arch=('any')
15url="https://github.com/reds-heig/logisim-evolution" 15url="https://github.com/reds-heig/logisim-evolution"
@@ -18,12 +18,9 @@ depends=('java-runtime>=9' 'hicolor-icon-theme')
18makedepends=('java-environment>=9') 18makedepends=('java-environment>=9')
19 19
20source=("${pkgname}-${pkgver}.tar.gz::https://github.com/reds-heig/logisim-evolution/archive/v${pkgver}.tar.gz") 20source=("${pkgname}-${pkgver}.tar.gz::https://github.com/reds-heig/logisim-evolution/archive/v${pkgver}.tar.gz")
21sha256sums=('bce8ee163e80b56a49a4ec3b5fa10c2b21779146f4c2c44d4bc7560a72566236' 21sha256sums=('bce8ee163e80b56a49a4ec3b5fa10c2b21779146f4c2c44d4bc7560a72566236')
22 '086851b07012f669743080dc4f059cf7727b19200384070852b34e142533385b'
23 'd5975cc0025905ab8a8a451ce4362ba876bed88008d3a5b2c0a7f664a85da1ba'
24 'f90c3709748af806a33c14e81c8bf91dc06c3a4f58fe00cfe14a8f1842e09dec')
25 22
26install=$_pkgname.install 23install=$pkgname.install
27 24
28build() { 25build() {
29 cd "${srcdir}/${pkgname}-${pkgver}" 26 cd "${srcdir}/${pkgname}-${pkgver}"