aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-09-19 15:43:13 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-09-19 14:35:20 +0000
commit6c9d978af332a25b7f24e961beb8b0aba93d2e0a (patch)
treef63a352d7c42f16bfef70c3a391cb78b3c5080f5
parente4b287a1f4a7a6e9a4eeb15fb6b365038f1b4068 (diff)
community/gpaste: upgrade to 3.38.0
-rw-r--r--community/gpaste/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gpaste/APKBUILD b/community/gpaste/APKBUILD
index bfd0cab2e21..ed324dd47f2 100644
--- a/community/gpaste/APKBUILD
+++ b/community/gpaste/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gpaste
-pkgver=3.36.3
-pkgrel=2
+pkgver=3.38.0
+pkgrel=0
pkgdesc="Clipboard managment system"
url="https://github.com/Keruspe/GPaste"
arch="all !armhf !s390x !ppc64le !mips !mips64" # limited by gnome-control-center
@@ -23,8 +23,8 @@ builddir="$srcdir/GPaste-$pkgver"
build() {
abuild-meson \
-Dsystemd=false \
- -Dintrospection=false \
- -Dvapi=false \
+ -Dintrospection=true \
+ -Dvapi=true \
. output
meson compile ${JOBS:+-j ${JOBS}} -C output
}
@@ -62,4 +62,4 @@ zshcomp() {
amove usr/share/zsh/site-functions
}
-sha512sums="e5fe4a31367e96089aefd1af5ed0a3ad591eee009bbc74b1b33c9c736061831979d79f2d6a5c072cf55fc6f1982ade581fe73d2039c5dbd607081683860c7b9f gpaste-3.36.3.tar.gz"
+sha512sums="e7de05129882307f182f3832631f66f205ae6dad27c7a8976c8e74db9a6590ea65cd8c9d89ad46719fd22e94a7de4cdeaf626c310755b0103e453d1782a6108d gpaste-3.38.0.tar.gz"