summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2023-04-22 10:53:54 +0200
committerNarrat2023-04-22 10:53:54 +0200
commitf100d9ccbf05c064a7a927f75924fa69d677e699 (patch)
tree68378717f0a9b63e5380b98ad1badb361099473f /PKGBUILD
parent35dd67a53844f0769cf5e3f7b6acbc2a90dfe35c (diff)
downloadaur-smuxi-git.tar.gz
smuxi-git: small adjustments
with 1.2.1 gtk-sharp-2-git isn't needed anymore. Switch to the GNOME hosted repo, as the github one seems to be more of a mirror. Still needs a more thorough clean-up
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e24787e5a94..4f5fdba98d04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_pkgbase=smuxi
pkgbase=${_pkgbase}-git
pkgname=('smuxi-server-git' 'smuxi-git')
-pkgver=1.1.r3.g4cf00710
+pkgver=1.2.1.r0.g6692e128
pkgrel=1
pkgdesc="free, distributed and user-friendly IRC / Twitter / XMPP / Campfire / JabbR client for GNOME/GTK+"
arch=('any')
url="https://www.smuxi.im/"
license=('GPL')
-makedepends=('intltool' 'git' 'gtk-sharp-2-git' 'notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'sqlite')
+makedepends=('intltool' 'git' 'notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'sqlite')
#options=('!emptydirs')
-source=('git://github.com/meebey/smuxi')
+source=('git+https://gitlab.gnome.org/GNOME/smuxi.git')
md5sums=('SKIP')
@@ -68,7 +68,7 @@ package_smuxi-server-git() {
package_smuxi-git() {
pkgdesc+=" (frontends)"
- depends=('smuxi-server' 'gtk-sharp-2-git' 'notify-sharp' 'gtkspell' 'stfl' 'desktop-file-utils' 'gtk-update-icon-cache' 'xdg-utils')
+ depends=('smuxi-server' 'notify-sharp' 'gtkspell' 'stfl' 'desktop-file-utils' 'gtk-update-icon-cache' 'xdg-utils')
conflicts=('smuxi')
provides=('smuxi=1.1')