summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b588d40c718d..b986ed013520 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sielo-browser
pkgdesc = A simple, customizable and fast web browser
- pkgver = 1.13.03
+ pkgver = 1.15.08
pkgrel = 1
url = https://sielo.app
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = sielo-browser
depends = qt5-location
depends = qt5-declarative
replaces = sielo-navigateur
- source = https://sielo.app/Linux/sielo-browser-1.13.03.tar.gz
- md5sums = f405ce28bdb7513f9f4ad979d707f1a2
+ source = https://sielo.app/Linux/sielo-browser-1.15.08.tar.gz
+ md5sums = 4f6527c8319db2d921e9d7501a7737a7
pkgname = sielo-browser
diff --git a/PKGBUILD b/PKGBUILD
index b72cc985445a..6f0c5e382b55 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.13.03
+pkgver=1.15.08
pkgrel=1
pkgdesc="A simple, customizable and fast web browser"
arch=(x86_64)
@@ -11,7 +11,7 @@ license=('custom:MIT')
depends=('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=('f405ce28bdb7513f9f4ad979d707f1a2')
+md5sums=('4f6527c8319db2d921e9d7501a7737a7')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2