summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2019-08-12 22:51:48 +0200
committerJosip Ponjavic2019-08-12 22:51:48 +0200
commit8f91b9859dd31eb77bfddd3ed391ca5d1a634d45 (patch)
tree46edfc870dcd94b0bf3203606595d6f332d367a0
parent2d9ead5cc640faa5bf23776ad4e529f9e306b444 (diff)
downloadaur-8f91b9859dd31eb77bfddd3ed391ca5d1a634d45.tar.gz
bump: 2018.07.03.r54.gc0f8c7e8-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD24
2 files changed, 5 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 691c60ffd4ff..289252be236d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = marker-git
pkgdesc = Markdown editor for linux made with Gtk+-3.0
- pkgver = 2018.07.03.r0.ga41e6832
+ pkgver = 2018.07.03.r54.gc0f8c7e8
pkgrel = 1
url = https://github.com/fabiocolacio/Marker
arch = x86_64
@@ -15,12 +15,6 @@ pkgbase = marker-git
conflicts = marker
options = !buildflags
source = marker::git+https://github.com/fabiocolacio/Marker.git
- source = scidown::git+https://github.com/Mandarancio/scidown.git
- source = charter::git+https://github.com/Mandarancio/charter.git
- source = tinyexpr::git+https://github.com/codeplea/tinyexpr.git
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
sha256sums = SKIP
pkgname = marker-git
diff --git a/PKGBUILD b/PKGBUILD
index a150c3c37ba7..a1c2e6989062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:
pkgname=marker-git
-pkgver=2018.07.03.r0.ga41e6832
+pkgver=2018.07.03.r54.gc0f8c7e8
pkgrel=1
pkgdesc='Markdown editor for linux made with Gtk+-3.0'
arch=('x86_64')
@@ -14,11 +14,8 @@ optdepends=('pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
options=(!buildflags)
-source=("${pkgname%-*}::git+${url}.git"
- 'scidown::git+https://github.com/Mandarancio/scidown.git'
- 'charter::git+https://github.com/Mandarancio/charter.git'
- 'tinyexpr::git+https://github.com/codeplea/tinyexpr.git')
-sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
+source=("${pkgname%-*}::git+${url}.git")
+sha256sums=('SKIP')
pkgver() {
cd ${pkgname%-*}
@@ -27,20 +24,7 @@ pkgver() {
prepare() {
cd ${pkgname%-*}
- git submodule init
- git config submodule.src/scidown.url "$srcdir/scidown"
- git submodule update src/scidown
- cd src/scidown
- git submodule init
- git config submodule.src/charter.url "$srcdir/charter"
- git submodule update src/charter
- cd src/charter
- git submodule init
- git config submodule.src/tinyexpr.url "$srcdir/tinyexpr"
- git submodule update src/tinyexpr
-
- #fix "Cant get charter to work #187"
- sed -i 's/en_US/C/' ${srcdir}/${pkgname%-*}/src/scidown/src/charter/src/svg.c
+ git submodule update --init --recursive
}
build() {