summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeldrise2018-03-11 12:01:39 +0000
committerFeldrise2018-03-11 12:01:39 +0000
commita52373fbda744f0fe3dcbee939eb586b2e8d2f7c (patch)
tree31e7afbf612e15169b27e5a6ff2ac4098c4efd34 /PKGBUILD
parentd9543ccdec9dacdced2e59b5ad62fe18c86b0e73 (diff)
downloadaur-a52373fbda744f0fe3dcbee939eb586b2e8d2f7c.tar.gz
[Version] 1.9.05b
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7411743c5b0a..5faec82486ba 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.9.04
+pkgver=1.9.05
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=('8990ccb2214431d3e609b4380095845c')
+md5sums=('d0ce2c9bfecc4016bb0be41ef1fc1c61')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2