summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj.r2022-10-16 17:02:58 +0200
committerj.r2022-10-16 17:02:58 +0200
commit4b6864c91b7f5863f2a064896454a314d3462c51 (patch)
treea46d152f3a2e02683f004857958646cfdaf492e2 /PKGBUILD
parenta1ebe04354ec4c3d217b28325a88fcdbd54800f0 (diff)
downloadaur-buteo-git.tar.gz
Fix after upstream restarted with C++
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df8b70d91c3f..63d0278761be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: j.r <j.r@jugendhacker.de>
_pkgname=buteo
pkgname=$_pkgname-git
-pkgver=r1.39dcd65
+pkgver=r10.1762c37
pkgrel=1
+epoch=1
pkgdesc="A XMPP based Groupware application"
arch=('x86_64' 'i686')
url="https://buteo.codeberg.page/"
license=('GPL3')
-depends=('libstrophe' 'glib2' 'gpgme' 'gtk3' 'libvc')
-makedepends=('git')
+depends=('gtkmm3' 'libstrophe' 'boost-libs')
+makedepends=('git' 'autoconf-archive' 'libtool' 'boost')
provides=("$_pkgname")
conflicts=("$_pkgname" 'eagle-xmpp-git')
replaces=('eagle-xmpp-git')