summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2018-07-31 23:07:14 -0700
committerJishnu Mohan2018-07-31 23:07:14 -0700
commit7c05a4b81f1b8fb83312ee2d6cb3f18cc0d938bb (patch)
tree2fc154e381168dfad81fcd8ca6a1de56ad69c771
parentc5dcb6111620ce9253a68a22963a61ff92a292e5 (diff)
downloadaur-7c05a4b81f1b8fb83312ee2d6cb3f18cc0d938bb.tar.gz
update to v1.6.1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD5
-rw-r--r--meson.build.patch9
3 files changed, 5 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da2f77ac95d5..59bf62d0f8b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quilter
pkgdesc = Focus on your writing for any kind of story, even longer ones.
- pkgver = 1.5.6
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/lainsce/quilter
install = quilter.install
@@ -16,8 +16,8 @@ pkgbase = quilter
depends = discount
depends = webkit2gtk
depends = gtkspell3
- source = https://github.com/lainsce/quilter/archive/1.5.6.zip
- sha256sums = 2f73e30b505d5aa0416a4650df9a7a0ffe5caabf652111c7875363d47fc3074c
+ source = https://github.com/lainsce/quilter/archive/1.6.1.zip
+ sha256sums = 400b11c32a345017148b70c4538ef6e0ab248633c52220066593916804938ede
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index 0e1156cc7356..900776bfc2f3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=1.5.6
+pkgver=1.6.1
pkgrel=1
pkgdesc="Focus on your writing for any kind of story, even longer ones."
arch=(any)
@@ -13,11 +13,10 @@ install=quilter.install
source=(
"https://github.com/lainsce/quilter/archive/${pkgver}.zip"
)
-sha256sums=('2f73e30b505d5aa0416a4650df9a7a0ffe5caabf652111c7875363d47fc3074c')
+sha256sums=('400b11c32a345017148b70c4538ef6e0ab248633c52220066593916804938ede')
build () {
cd $srcdir/$pkgname-$pkgver
- patch meson.build -i ../../meson.build.patch
meson build && cd build
meson configure -Dprefix=${pkgdir}/usr
}
diff --git a/meson.build.patch b/meson.build.patch
deleted file mode 100644
index 66cc510a0b60..000000000000
--- a/meson.build.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-43,47c43,44
-< libmarkdown = dependency('libmarkdown', version: '>= 2.2.1', required: false)
-< if libmarkdown.found() == false
-< cc = meson.get_compiler('c')
-< libmarkdown = cc.find_library('libmarkdown', required: true)
-< endif
----
-> cc = meson.get_compiler('c')
-> libmarkdown = cc.find_library('libmarkdown', required: true)