summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeldrise2018-04-27 16:42:27 +0000
committerFeldrise2018-04-27 16:42:27 +0000
commit3c71443a6da0d9db287cbcd1c527ad70fabfbf6e (patch)
treedb86bc5ca159560643607131b47785c348142bbb /PKGBUILD
parent4c4602c7caf495b80c0b0a49ad6bd9d9c0b11cfc (diff)
downloadaur-3c71443a6da0d9db287cbcd1c527ad70fabfbf6e.tar.gz
[Version] 1.13.01b
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a03cea12357..685cbd8e887b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.13.00
+pkgver=1.13.01
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=('a72af28c82dc9d2f1d3208214dfdf121')
+md5sums=('01f4f8d213ba41b3bc894d6bfbe50822')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2