summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeldrise2018-04-15 19:03:27 +0000
committerFeldrise2018-04-15 19:03:27 +0000
commit177e5c7d4809d101d72ee21ab54761df3c8b3943 (patch)
tree0cf274026cb274755475c301715acf2fa41b05a4
parent36374cb43fa2fb282d392a6b909ac033e67910d8 (diff)
downloadaur-177e5c7d4809d101d72ee21ab54761df3c8b3943.tar.gz
[Version] 1.11.04b
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f632bc7b83e9..83171cca916d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sielo-browser
pkgdesc = A simple, customizable and fast web browser
- pkgver = 1.11.00
- pkgrel = 2
+ pkgver = 1.11.04
+ pkgrel = 1
url = https://feldrise.com/Sielo
arch = x86_64
license = custom:MIT
@@ -12,8 +12,8 @@ pkgbase = sielo-browser
depends = qt5-location
depends = qt5-declarative
replaces = sielo-navigateur
- source = https://www.feldrise.com/Sielo/Linux/sielo-browser-1.11.00.tar.gz
- md5sums = e8dc465d31ba867dc18ab61757df1287
+ source = https://www.feldrise.com/Sielo/Linux/sielo-browser-1.11.04.tar.gz
+ md5sums = 2242eff6f487d37a4eb5c72c70b8c526
pkgname = sielo-browser
diff --git a/PKGBUILD b/PKGBUILD
index 9b6940c78019..7cc7ef8921fd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: hotaru70o, ilearn32
pkgbase=sielo-browser
pkgname=sielo-browser
-pkgver=1.11.00
-pkgrel=2
+pkgver=1.11.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=('e8dc465d31ba867dc18ab61757df1287')
+md5sums=('2242eff6f487d37a4eb5c72c70b8c526')
package() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j2