summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlyxia Sother2024-01-28 17:01:30 +0100
committerAlyxia Sother2024-01-28 17:01:30 +0100
commit1bd4fc8d21d7e8d93a35c264ab46b50fe095b86b (patch)
tree57d29f80b14815a1b6c7e680645282e3585bec44
parent6f89e9be2faa8bd82802bd1b318fc71869e72d93 (diff)
downloadaur-1bd4fc8d21d7e8d93a35c264ab46b50fe095b86b.tar.gz
Update to v1.8.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a889ff112ad5..cd4f2a223673 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libhelium
pkgdesc = The application framework for tauOS apps.
- pkgver = 1.8.1
+ pkgver = 1.8.5
pkgrel = 2
url = https://github.com/tau-OS/libhelium
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = libhelium
depends = gtk4
depends = glib2
depends = libgee
- source = libhelium-1.8.1.tar.gz::https://github.com/tau-OS/libhelium/archive/refs/tags/1.8.1.tar.gz
- sha256sums = 08a9edfc1c2a2e1361ec20cafc31a52efd0b570d030a352dd54b1e3051ed80bd
+ source = libhelium-1.8.5.tar.gz::https://github.com/tau-OS/libhelium/archive/refs/tags/1.8.5.tar.gz
+ sha256sums = db53346490a8cca673f124d14e4fabe978153e575878a9e31c83b299c08b8b81
pkgname = libhelium
diff --git a/PKGBUILD b/PKGBUILD
index 9af571eefce2..6092568298e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alyxia Sother <nylkvn@evfrhc.arg(rot13)>
pkgname=libhelium
-pkgver=1.8.1
+pkgver=1.8.5
pkgrel=2
pkgdesc="The application framework for tauOS apps."
arch=('x86_64' 'aarch64')
@@ -18,7 +18,7 @@ url="https://github.com/tau-OS/libhelium"
license=('LGPL3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tau-OS/libhelium/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('08a9edfc1c2a2e1361ec20cafc31a52efd0b570d030a352dd54b1e3051ed80bd')
+sha256sums=('db53346490a8cca673f124d14e4fabe978153e575878a9e31c83b299c08b8b81')
prepare() {
cd "$srcdir/libhelium-$pkgver"