summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2021-12-29 13:03:06 +0100
committerValHue2021-12-29 13:03:06 +0100
commit1ce0a045d6e060f3ef5212f58f33bacfc734f166 (patch)
treeab8f47a2e92953f7f74f518966baad7fe47d7771
parenta748d1c49d236768b7aab707a1decaf14fbcf3e8 (diff)
downloadaur-1ce0a045d6e060f3ef5212f58f33bacfc734f166.tar.gz
Update to 0.8.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f973bc8c18e..ebef5112aab6 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.8.1
+ pkgver = 0.8.3
pkgrel = 1
url = https://lumi.education
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = lumi
depends = nss
depends = nodejs
options = !emptydirs
- source = lumi-0.8.1.pacman::https://github.com/Lumieducation/Lumi/releases/download/v0.8.1/lumi-0.8.1.pacman
- sha256sums = 144a7a603822061a3cf4f11fa7e622e94872c5c3cf3c376a9abf1730bee4cae6
+ source = lumi-0.8.3.pacman::https://github.com/Lumieducation/Lumi/releases/download/v0.8.3/lumi-0.8.3.pacman
+ sha256sums = 2c364198c259185736798305ab0f80e8d14bcb70d3ea0c17d3434c9d0d8c4b86
pkgname = lumi
diff --git a/PKGBUILD b/PKGBUILD
index 763c12784e3a..e9f338c1e58d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ValHue <vhuelamo at gmail dot com>
#
pkgname="lumi"
-pkgver="0.8.1"
+pkgver="0.8.3"
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')
@@ -13,8 +13,8 @@ license=('GPL3')
depends=('gtk3' 'nss' 'nodejs')
#makedepends=('')
options=('!emptydirs')
-source=("${pkgname}-${pkgver}.pacman::${_url}/releases/download/v0.8.1/lumi-0.8.1.pacman")
-sha256sums=('144a7a603822061a3cf4f11fa7e622e94872c5c3cf3c376a9abf1730bee4cae6')
+source=("${pkgname}-${pkgver}.pacman::${_url}/releases/download/v${pkgver}/lumi-${pkgver}.pacman")
+sha256sums=('2c364198c259185736798305ab0f80e8d14bcb70d3ea0c17d3434c9d0d8c4b86')
package() {
install -d "${pkgdir}/{opt,usr}"