summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsemantic-release-bot2024-03-27 22:22:43 +0000
committersemantic-release-bot2024-03-27 22:22:43 +0000
commitf066671fd49f77540fe16ce58d560f1d27478b5e (patch)
tree2f477e93ed791805dc88828a01442e7ba4d97884
parentc8b840a78b4bb28d54402220b5bb8ba31012e3c9 (diff)
downloadaur-f066671fd49f77540fe16ce58d560f1d27478b5e.tar.gz
Update to version 33.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24989c89bb83..4365ad11599e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alchemist
pkgdesc = An extensible simulator for pervasive computing
- pkgver = 33.0.3
+ pkgver = 33.0.4
pkgrel = 1
url = https://alchemistsimulator.github.io
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = alchemist
depends = libxi
depends = libxrender
depends = libxtst
- source = https://github.com/AlchemistSimulator/Alchemist/releases/download/33.0.3/alchemist-33.0.3-1.x86_64.rpm
- md5sums = 52bf1a8f64ce1f086dff7a78405c44a0
+ source = https://github.com/AlchemistSimulator/Alchemist/releases/download/33.0.4/alchemist-33.0.4-1.x86_64.rpm
+ md5sums = 414733383f686a7c4502c425fa60f4f6
pkgname = alchemist
diff --git a/PKGBUILD b/PKGBUILD
index e3bb93f062cc..541664ab1330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco Sternini <mkarko01@gmail.com>
# Maintainer: Danilo Pianini <danilo.pianini@unibo.it>
pkgname=alchemist
-pkgver=33.0.3
+pkgver=33.0.4
pkgrel=1
pkgdesc="An extensible simulator for pervasive computing"
arch=('x86_64')
@@ -26,8 +26,8 @@ depends=(
# 'zlib'
)
makedepends=()
-source=("https://github.com/AlchemistSimulator/Alchemist/releases/download/33.0.3/alchemist-33.0.3-1.$CARCH.rpm")
-md5sums=('52bf1a8f64ce1f086dff7a78405c44a0')
+source=("https://github.com/AlchemistSimulator/Alchemist/releases/download/33.0.4/alchemist-33.0.4-1.$CARCH.rpm")
+md5sums=('414733383f686a7c4502c425fa60f4f6')
package() {
mkdir -p "${pkgdir}/usr/share/${pkgname}"