summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfearlessdots2022-10-26 13:59:22 -0300
committerfearlessdots2022-10-26 13:59:22 -0300
commitda870bfc2bbd58482fe76c0c2971b836043e7395 (patch)
treeaee80f647991c46202d7963b5f0c2e20287b9989
parent9473bc7ad4664d6a55e336fcbc9b17aeb03198fe (diff)
downloadaur-da870bfc2bbd58482fe76c0c2971b836043e7395.tar.gz
Update to 0.10.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebc7f4d503ea..5b4d031c4de2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lumi
pkgdesc = A Desktop App that offers a collection of tools to create, edit and share digital content with your class.
- pkgver = 0.9.4
+ pkgver = 0.10.0
pkgrel = 1
url = https://lumi.education
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = lumi
depends = nodejs
depends = alsa-lib
options = !emptydirs
- source_x86_64 = lumi-x86_64-0.9.4.pacman::https://github.com/Lumieducation/Lumi/releases/download/v0.9.4/lumi-0.9.4.pacman
- sha256sums_x86_64 = f0c1123ba6628e9c05ad3278e2eade31e262d05319fb523ce72a73b1d4d82e04
- source_aarch64 = lumi-aarch64-0.9.4.pacman::https://github.com/Lumieducation/Lumi/releases/download/v0.9.4/lumi-0.9.4-aarch64.pacman
- sha256sums_aarch64 = a9294445b817d1fd2102959c48e500022079d8e56d599668871a82bfe6ce2ecd
+ source_x86_64 = lumi-x86_64-0.10.0.pacman::https://github.com/Lumieducation/Lumi/releases/download/v0.10.0/lumi-0.10.0.pacman
+ sha256sums_x86_64 = 8bed724013754a86b8b4ca952a08f6b3764753eb1935bb82eb0b5c8ba644c3e6
+ source_aarch64 = lumi-aarch64-0.10.0.pacman::https://github.com/Lumieducation/Lumi/releases/download/v0.10.0/lumi-0.10.0-aarch64.pacman
+ sha256sums_aarch64 = 1cc803ee1522ad9ecba5ada28274a839438d571ef24280befda3def0e9ff46fd
pkgname = lumi
diff --git a/PKGBUILD b/PKGBUILD
index de4b63ea05d6..5ea1221b176e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ValHue <vhuelamo at gmail dot com>
pkgname="lumi"
-pkgver=0.9.4
+pkgver=0.10.0
pkgrel=1
pkgdesc="A Desktop App that offers a collection of tools to create, edit and share digital content with your class."
arch=('x86_64' 'aarch64')
@@ -14,8 +14,8 @@ depends=('gtk3' 'nss' 'nodejs' 'alsa-lib')
options=('!emptydirs')
source_x86_64=("${pkgname}-x86_64-${pkgver}.pacman::${_url}/releases/download/v${pkgver}/lumi-${pkgver}.pacman")
source_aarch64=("${pkgname}-aarch64-${pkgver}.pacman::${_url}/releases/download/v${pkgver}/lumi-${pkgver}-aarch64.pacman")
-sha256sums_x86_64=('f0c1123ba6628e9c05ad3278e2eade31e262d05319fb523ce72a73b1d4d82e04')
-sha256sums_aarch64=('a9294445b817d1fd2102959c48e500022079d8e56d599668871a82bfe6ce2ecd')
+sha256sums_x86_64=('8bed724013754a86b8b4ca952a08f6b3764753eb1935bb82eb0b5c8ba644c3e6')
+sha256sums_aarch64=('1cc803ee1522ad9ecba5ada28274a839438d571ef24280befda3def0e9ff46fd')
package() {
install -d "${pkgdir}/{opt,usr}"