summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')