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 c398a2359d66..b6b159f4b16a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sielo-browser
pkgdesc = A simple, customizable and fast web browser
- pkgver = 1.8.10
+ pkgver = 1.8.11
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.8.10.tar.gz
- md5sums = ebe412268ca59eda9807e01c203ba823
+ source = https://www.feldrise.com/Sielo/Linux/sielo-browser-1.8.11.tar.gz
+ md5sums = 47f7203eee8d5d45162035d776e8fdf9
pkgname = sielo-browser
diff --git a/PKGBUILD b/PKGBUILD
index 3134269fc3ea..66ca724f8cce 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.8.10
+pkgver=1.8.11
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=('ebe412268ca59eda9807e01c203ba823')
+md5sums=('47f7203eee8d5d45162035d776e8fdf9')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2