summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPellegrino Prevete2021-11-21 11:21:21 +0100
committerPellegrino Prevete2021-11-21 11:21:21 +0100
commit929bab293496969bd865b9bd3d217e34f9a5ddf3 (patch)
treeb4d5c9d88f2ab54cc3fcc6876abf8111fd7f5a4d /PKGBUILD
parentf5231f7e9acc7d3ce221367d52265b00bc50606d (diff)
downloadaur-929bab293496969bd865b9bd3d217e34f9a5ddf3.tar.gz
Upgrade to 0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ded1f73418d5..e608bb7781d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>
# Contributor: Sam Whited <sam@samwhited.com>
-# Contributor: geno+dev@fireorbit.de
+# Contributor: geno <dev@fireorbit.de>
+# Contributor: <luntik2012@gmail.com>
pkgname=purism-chatty
-pkgver=0.3.4
+pkgver=0.4.0
pkgrel=1
pkgdesc="XMPP and SMS messaging via libpurple and Modemmanager"
url="https://source.puri.sm/Librem5/chatty"
@@ -21,11 +22,11 @@ makedepends=(meson
provides=(purism-chatty)
conflicts=(purism-chatty)
source=("https://source.puri.sm/Librem5/chatty/-/archive/v${pkgver}/chatty-v${pkgver}.tar.bz2")
-sha256sums=('a957d3955ca83727bb4ba3d8bc0fbe5bdd87bf2286ff099c5dc8f62aab1e102d')
+sha512sums=('28d4aa071555a658418087721bf53cc45b91fec6fb2aef41d29fa29f97116e38ab6c06d9d42a37ac9b36be8c1d7984f8cbc823bfb71985a39cf43631ddcce496')
build() {
rm -rf build
- arch-meson "chatty-v${pkgver}" build -Dexamples=false -Dgtk_doc=true
+ arch-meson "chatty-v${pkgver}" build
ninja -C build
}