summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Desroches2019-06-06 14:14:42 +0200
committerJoachim Desroches2019-06-06 14:14:42 +0200
commit95d6e7db2617891d404121b6abe935b6f8854fed (patch)
tree42430b95bca8090235ab9436e578f09f8af36e56
parent228e3a73aaa5d17b7e2eecde72048c89120574b6 (diff)
downloadaur-95d6e7db2617891d404121b6abe935b6f8854fed.tar.gz
Update package with upstream v0.1.
-rw-r--r--PKGBUILD4
-rw-r--r--meson.build.patch16
2 files changed, 8 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7c91b8698bb..f9f1d4f052d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joachim Desroches <joachim.desroches@epfl.ch>
pkgname=epfl-moody-git
-pkgver=r66.b171ad6
+pkgver=r108.3033089
pkgrel=1
pkgdesc="Gnome client for EPFL's Moodle system"
@@ -19,7 +19,7 @@ provides=(epfl-moody)
source=('git+https://gitlab.gnugen.ch/afontain/moodle' 'meson.build.patch')
md5sums=('SKIP'
- '1e6188c4b506c8c00027508203ccea52')
+ '9ac03a20b058e5b8139359641373efe2')
pkgver() {
cd moodle/
diff --git a/meson.build.patch b/meson.build.patch
index 194f6917da5d..7044494392cc 100644
--- a/meson.build.patch
+++ b/meson.build.patch
@@ -1,15 +1,11 @@
---- a/moodle/meson.build
-+++ b/moodle/meson.build
-@@ -127,9 +127,9 @@ handy_moodle_sources = [
+--- a/moodle/meson.build 2019-06-06 13:48:00.497875383 +0200
++++ b/moodle/meson.build 2019-06-06 13:50:59.949235279 +0200
+@@ -128,7 +128,7 @@
libhandy_dep = dependency('libhandy-0.0', version: '>= 0.0.8')
libsoup_dep = dependency('libsoup-2.4')
libsecret_dep = dependency('libsecret-1')
-libmyhtml_dep = dependency('myhtml', method: 'pkg-config')
-+libmyhtml_dep = dependency('modest', method: 'pkg-config')
- handy_moodle = executable('handy-moodle', handy_moodle_sources,
++libmyhtml_dep = dependency('modest')
+ moody = executable('moody', moody_sources,
dependencies: [libhandy_dep, libsoup_dep, libsecret_dep, libmyhtml_dep],
- gui_app: true,
- install: true,
--)
-\ No newline at end of file
-+)
+ include_directories: [root_inc, src_inc],