summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeldrise2018-03-21 20:14:28 +0000
committerFeldrise2018-03-21 20:14:28 +0000
commit3e685edec585d5fca2682810a08b091ebab213d7 (patch)
tree862f2cb113a4564fe7d81c5106aba942d3e8db3c /PKGBUILD
parent0c2d7dbb4306e8bba531d42beedf94cb92949c9c (diff)
downloadaur-3e685edec585d5fca2682810a08b091ebab213d7.tar.gz
[Version] 1.10.06b
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3219e3bd150f..d187f65335ce 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.10.05
+pkgver=1.10.06
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=('d0662b11f1733a8d633cabedbd6438a2')
+md5sums=('b12b0587ac4bcd1510bb90f2263ba42b')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2