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 97730b490c1e..e3053d69bd9a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sielo-browser
pkgdesc = A simple, customizable and fast web browser
- pkgver = 1.10.06
+ pkgver = 1.11.00
pkgrel = 1
url = https://feldrise.com/Sielo
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = sielo-browser
depends = qt5-location
depends = qt5-declarative
replaces = sielo-navigateur
- source = https://www.feldrise.com/Sielo/Linux/sielo-browser-1.10.06.tar.gz
- md5sums = b12b0587ac4bcd1510bb90f2263ba42b
+ source = https://www.feldrise.com/Sielo/Linux/sielo-browser-1.11.00.tar.gz
+ md5sums = 67c67dce37c7f10c8334f11f1dbacc8a
pkgname = sielo-browser
diff --git a/PKGBUILD b/PKGBUILD
index d187f65335ce..75ee9d80fcf1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.10.06
+pkgver=1.11.00
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://www.feldrise.com/Sielo/Linux/$pkgname-$pkgver.tar.gz)
-md5sums=('b12b0587ac4bcd1510bb90f2263ba42b')
+md5sums=('67c67dce37c7f10c8334f11f1dbacc8a')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2