diff options
author | Behnam Momeni | 2023-08-18 19:44:52 +0330 |
---|---|---|
committer | Behnam Momeni | 2023-08-18 19:44:52 +0330 |
commit | f0171c005fae5328836fca7ddc8be007b3a3147e (patch) | |
tree | 64217c7955b977572e02a545acf2f82f85047e14 | |
parent | 368c39f1c7f0b1ec5e98defb4c4bc6991cb9cb04 (diff) | |
download | aur-sozi-bin.tar.gz |
Upgrade to upstream version 23.07
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Thu Mar 31 17:01:47 UTC 2022 +# Fri Aug 18 16:08:11 UTC 2023 pkgbase = sozi-bin pkgdesc = A zooming presentation editor and player based on SVG and JavaScript - pkgver = 22.03.25 + pkgver = 23.07 pkgrel = 1 url = http://sozi.baierouge.fr/ arch = x86_64 @@ -21,8 +21,8 @@ pkgbase = sozi-bin provides = sozi conflicts = sozi options = !strip - source = https://github.com/sozi-projects/Sozi/releases/download/v22.03.25/sozi-22.3.25-1648241936.pacman - sha512sums = f58bd43710b5cf4670ea8023870f0eeba365fa4629065b791073e3afe25a26b89d897bbdc9b0151692ad3c6900b46cb233543b32287b1185d9211e7bc69d06f7 + source = https://github.com/sozi-projects/Sozi/releases/download/v23.07/sozi-23.7.25-1690311612.pacman + sha512sums = 9efe17c882635cfaaf3d781f123fe9a35cc0ad69f1be8690775ddd81658a9c9829e88a8403253ab06a9d28f96f778de164f5e0508e6b13da2bc3fec15841cab1 pkgname = sozi-bin @@ -1,10 +1,10 @@ # Maintainer: Behnam Momeni <sbmomeni [at the] gmail [dot] com> pkgname=sozi-bin -pkgver=22.03.25 +pkgver=23.07 # the build version is obtained from [here](https://github.com/sozi-projects/Sozi/releases) -_buildver=22.3.25-1648241936 -_electronver="9.4.4" +_buildver=23.7.25-1690311612 +_electronver="20.3.12" pkgrel=1 pkgdesc="A zooming presentation editor and player based on SVG and JavaScript" url="http://sozi.baierouge.fr/" @@ -15,7 +15,7 @@ arch=('x86_64') license=('MPL2') source=("https://github.com/sozi-projects/Sozi/releases/download/v${pkgver//\~/-}/sozi-${_buildver}.pacman") -sha512sums=('f58bd43710b5cf4670ea8023870f0eeba365fa4629065b791073e3afe25a26b89d897bbdc9b0151692ad3c6900b46cb233543b32287b1185d9211e7bc69d06f7') +sha512sums=('9efe17c882635cfaaf3d781f123fe9a35cc0ad69f1be8690775ddd81658a9c9829e88a8403253ab06a9d28f96f778de164f5e0508e6b13da2bc3fec15841cab1') depends=("gconf" "libnotify" "alsa-lib" "nss" "gtk2" "gtkmm" "libxtst") optdepends=( |