summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeldrise2018-03-20 20:15:14 +0000
committerFeldrise2018-03-20 20:15:14 +0000
commit9d00c9ea9f4f40acd1ef2fe0a0894bd00601b32f (patch)
treee4f68ce8f0124fbcee306907b5f72d1349391b47 /PKGBUILD
parent282d57593bfdba45a55a0ac889228ba225f021fa (diff)
downloadaur-9d00c9ea9f4f40acd1ef2fe0a0894bd00601b32f.tar.gz
[Version] 1.10.04b
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7f24ddf9dab..71f83e0c3a7b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.10.00
-pkgrel=2
+pkgver=1.10.04
+pkgrel=1
pkgdesc="A simple, customizable and fast web browser"
arch=(x86_64)
url="https://feldrise.com/Sielo"
@@ -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=('56869115adb9ba463c26dc3b94cc6d51')
+md5sums=('af9de565a0c5b930c0f097182d768ed7')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2