summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-11-17 11:57:32 -0700
committerMark Wagie2021-11-17 11:57:32 -0700
commit307a714008fe531262a7ae91c81e4e57f74a7a00 (patch)
tree853c91a992274a7c0a54b1c8edc85b881773112e
parentfca83ab1ffbf71db61febcb694fb04889496a701 (diff)
downloadaur-307a714008fe531262a7ae91c81e4e57f74a7a00.tar.gz
upstream fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13b26dda1001..b1e87861ae7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtg-git
pkgdesc = Getting Things GNOME! is a personal tasks and TODO-list items organizer for GNOME
- pkgver = 0.5.r117.g828c345d
+ pkgver = 0.5.r123.g1809d106
pkgrel = 1
url = https://wiki.gnome.org/Apps/GTG
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9951765996e1..6d8ab2cd856c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Pablo Olmos de Aguilera Corradini <pablo <at] glatelier (dot} org>
# Contributor: Sander van Kasteel <info at sandervankasteel dot nl>
pkgname=gtg-git
-pkgver=0.5.r117.g828c345d
+pkgver=0.5.r123.g1809d106
pkgrel=1
pkgdesc="Getting Things GNOME! is a personal tasks and TODO-list items organizer for GNOME"
url="https://wiki.gnome.org/Apps/GTG"
@@ -28,13 +28,6 @@ pkgver() {
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd "$srcdir/${pkgname%-git}"
-
- # https://github.com/getting-things-gnome/gtg/issues/720
- sed -i 's/ build_always_stale: true//g' GTG/plugins/meson.build
-}
-
build() {
arch-meson "${pkgname%-git}" build
meson compile -C build