summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author=2018-06-29 20:07:40 +0200
committer=2018-06-29 20:07:40 +0200
commit49b005a6393551a96ae5b10c6ab42718509dc57c (patch)
tree9eefbd7d28acda4bb27108e5ef6f2821f0a71491
parent23315bc42ca1bea4008de779b08b068febbcc056 (diff)
downloadaur-49b005a6393551a96ae5b10c6ab42718509dc57c.tar.gz
[Version] 1.16.00
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b986ed013520..ff1dd7719c4a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sielo-browser
pkgdesc = A simple, customizable and fast web browser
- pkgver = 1.15.08
+ pkgver = 1.16.00
pkgrel = 1
url = https://sielo.app
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = sielo-browser
depends = qt5-location
depends = qt5-declarative
replaces = sielo-navigateur
- source = https://sielo.app/Linux/sielo-browser-1.15.08.tar.gz
- md5sums = 4f6527c8319db2d921e9d7501a7737a7
+ source = https://sielo.app/Linux/sielo-browser-1.16.00.tar.gz
+ md5sums = 20e6a7a5d7fcfa6302b513efff34a1d5
pkgname = sielo-browser
diff --git a/PKGBUILD b/PKGBUILD
index 6f0c5e382b55..d15962f5528d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.15.08
+pkgver=1.16.00
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=('4f6527c8319db2d921e9d7501a7737a7')
+md5sums=('20e6a7a5d7fcfa6302b513efff34a1d5')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2