summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author=2018-06-22 17:10:35 +0200
committer=2018-06-22 17:10:35 +0200
commit23315bc42ca1bea4008de779b08b068febbcc056 (patch)
tree5f84a2e504d6447042cf181c2b14b1cf2c202bb0 /PKGBUILD
parent7b15b7de74ccb9d7ccd45dcffcf4c9b3c9af3b64 (diff)
downloadaur-23315bc42ca1bea4008de779b08b068febbcc056.tar.gz
[Version] 1.15.08b
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b72cc985445a..6f0c5e382b55 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.13.03
+pkgver=1.15.08
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://sielo.app/Linux/$pkgname-$pkgver.tar.gz)
-md5sums=('f405ce28bdb7513f9f4ad979d707f1a2')
+md5sums=('4f6527c8319db2d921e9d7501a7737a7')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2