summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeldrise2018-03-13 23:28:57 +0000
committerFeldrise2018-03-13 23:28:57 +0000
commit1f101bd798cf9f44f043189e2ee2aacd1427759a (patch)
tree3407e84a8fa57c55f3f5dd5e51eb9ab533cb1380 /PKGBUILD
parentb242231f2e099ec911eed651bb38d7bcfee98413 (diff)
downloadaur-1f101bd798cf9f44f043189e2ee2aacd1427759a.tar.gz
[Version] 1.10.00b
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd1632abcbc9..42f1cbe59592 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.9.06
+pkgver=1.10.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=('bcc3128012ea0ed3396ce4002fd37398')
+md5sums=('1b79c47628a217134336d1ba6879b14f')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2