summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5e81aca3f7b..46aa031d529f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zettlr-bin
pkgdesc = A markdown editor for writing academic texts and taking notes
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://www.zettlr.com
arch = x86_64
license = GPL
provides = zettlr
- source = zettlr-bin-1.0.0.rpm::https://github.com/Zettlr/Zettlr/releases/download/v1.0.0/Zettlr-linux-x64-1.0.0.rpm
- md5sums = c619c7b842a25e8756073489c0edb31e
+ source = zettlr-bin-1.1.0.rpm::https://github.com/Zettlr/Zettlr/releases/download/v1.1.0/Zettlr-linux-x64-1.1.0.rpm
+ md5sums = c143fbe111132d4851bbabd82a8acb38
pkgname = zettlr-bin
diff --git a/PKGBUILD b/PKGBUILD
index 78b8d530d631..8a758ac28f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: itsagoodbrain <itsrottenisay@gmail.com>
pkgname=zettlr-bin
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=()
provides=(zettlr)
source=("${pkgname}-${pkgver}.rpm::https://github.com/Zettlr/Zettlr/releases/download/v${pkgver}/Zettlr-linux-x64-${pkgver}.rpm")
-md5sums=(c619c7b842a25e8756073489c0edb31e)
+md5sums=(c143fbe111132d4851bbabd82a8acb38)
package() {
mv $srcdir/opt $pkgdir/opt
mv $srcdir/usr $pkgdir/usr