summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeldrise2018-03-10 17:54:12 +0000
committerFeldrise2018-03-10 17:54:12 +0000
commit71d6fc265fa94d84e1764721fc874c74227cda17 (patch)
tree6d1473125d0966916fc9208bc6f3d9f48f55aced /PKGBUILD
parenta102bc0b89b8af98da1cdb65f0f5646d6e21a1a0 (diff)
downloadaur-71d6fc265fa94d84e1764721fc874c74227cda17.tar.gz
[Version] 1.9.03b
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e1c2bba75c4..02fa7aed9e79 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.9.02
+pkgver=1.9.03
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=('522a3e9b7fddab7290bbf8833354c945')
+md5sums=('8356247dee23f5d6c9b8fc90564e4fe8')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2