summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeldrise2018-03-09 11:51:50 +0000
committerFeldrise2018-03-09 11:51:50 +0000
commitf2001d70fd25c5b83abaff80b39d57ee42e8eb7b (patch)
tree4c132808ff8591b8034981acca8a18e598d9a922 /PKGBUILD
parent5335e9cbb8f412ed594efc24ec28277d7cda7d97 (diff)
downloadaur-f2001d70fd25c5b83abaff80b39d57ee42e8eb7b.tar.gz
[Version] 1.8.14b
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c5dce1669ba..f634c4662dbe 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.8.12
+pkgver=1.8.14
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=('4b63aa674d75d615a67f5989b1b1f3b3')
+md5sums=('ca2dc2f2937a733222f1f66cedf7d27e')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2