summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22e057670469..85627e6595c2 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sielo-browser
pkgdesc = A simple, customizable and fast web browser
- pkgver = 1.16.06
- pkgrel = 2
+ pkgver = 1.16.07
+ pkgrel = 1
url = https://sielo.app
arch = x86_64
license = custom:MIT
@@ -13,8 +13,8 @@ pkgbase = sielo-browser
depends = qt5-location
depends = qt5-declarative
replaces = sielo-navigateur
- source = https://sielo.app/Linux/sielo-browser-1.16.06.tar.gz
- md5sums = 8ab4fa8a4c4680f4a1e82a8d8955ba02
+ source = https://sielo.app/Linux/sielo-browser-1.16.07.tar.gz
+ md5sums = 54253f41327ef8d83befbf4bff4cb147
pkgname = sielo-browser
diff --git a/PKGBUILD b/PKGBUILD
index cf36801227f3..41048bc94ea4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.16.06
-pkgrel=2
+pkgver=1.16.07
+pkgrel=1
pkgdesc="A simple, customizable and fast web browser"
arch=(x86_64)
url="https://sielo.app"
@@ -11,7 +11,7 @@ license=('custom:MIT')
depends=('cmake' 'openssl-1.0' 'qt5-base' 'qt5-webengine' 'qt5-webchannel' 'qt5-location' 'qt5-declarative')
replaces=('sielo-navigateur')
source=(https://sielo.app/Linux/$pkgname-$pkgver.tar.gz)
-md5sums=('8ab4fa8a4c4680f4a1e82a8d8955ba02')
+md5sums=('54253f41327ef8d83befbf4bff4cb147')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2