summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06814b9e6e74..c27375dc6f71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
pkgbase = buteo-git
pkgdesc = A XMPP based Groupware application
- pkgver = r1.39dcd65
+ pkgver = r10.1762c37
pkgrel = 1
+ epoch = 1
url = https://buteo.codeberg.page/
arch = x86_64
arch = i686
license = GPL3
makedepends = git
+ makedepends = autoconf-archive
+ makedepends = libtool
+ makedepends = boost
+ depends = gtkmm3
depends = libstrophe
- depends = glib2
- depends = gpgme
- depends = gtk3
- depends = libvc
+ depends = boost-libs
provides = buteo
conflicts = buteo
conflicts = eagle-xmpp-git
@@ -20,4 +22,3 @@ pkgbase = buteo-git
md5sums = SKIP
pkgname = buteo-git
-
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')