summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlyxia Sother2023-10-28 19:50:04 +0200
committerAlyxia Sother2023-10-28 19:50:04 +0200
commit662e6613fe1ae8a394a7829a8fe16f0421a1f457 (patch)
tree86533f912e90392ae0494959aee1bdb1567c511a
parentc273c468c4d05ae38dd83017dba39aefba9a6908 (diff)
downloadaur-662e6613fe1ae8a394a7829a8fe16f0421a1f457.tar.gz
Update to v1.8.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31c4cc165840..3b66823d85ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libhelium
pkgdesc = The application framework for tauOS apps.
- pkgver = 1.7.2
- pkgrel = 2
+ pkgver = 1.8.1
+ pkgrel = 1
url = https://github.com/tau-OS/libhelium
arch = x86_64
arch = aarch64
@@ -18,7 +18,7 @@ pkgbase = libhelium
depends = gtk4
depends = glib2
depends = libgee
- source = https://github.com/tau-OS/libhelium/archive/refs/tags/1.7.2.zip
- sha256sums = 4c1066675cbe0bd63694b07858be579c452f1db59499a24a52af94025390cb73
+ source = https://github.com/tau-OS/libhelium/archive/refs/tags/1.8.1.zip
+ sha256sums = d1073973df7830ed838b7b62208a9d705284ea317adb06bbebf73c1b3368c56f
pkgname = libhelium
diff --git a/PKGBUILD b/PKGBUILD
index 52cbfafad9ef..e005bdb2b375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alyxia Sother <nylkvn@evfrhc.arg(rot13)>
pkgname=libhelium
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
pkgdesc="The application framework for tauOS apps."
arch=('x86_64' 'aarch64')
depends=('gtk4' 'glib2' 'libgee')
@@ -21,7 +21,7 @@ url="https://github.com/tau-OS/libhelium"
license=('LGPL-3.0')
source=("https://github.com/tau-OS/libhelium/archive/refs/tags/$pkgver.zip")
-sha256sums=('4c1066675cbe0bd63694b07858be579c452f1db59499a24a52af94025390cb73')
+sha256sums=('d1073973df7830ed838b7b62208a9d705284ea317adb06bbebf73c1b3368c56f')
prepare() {
cd "$srcdir/libhelium-$pkgver"