From 9e098d71797fb71fa8fd1163fca356ebadcca82a Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Wed, 3 May 2023 15:46:06 -0500 Subject: [PATCH] [community-testing] -> [community] 'hexchat-2.16.1-4' move --- x86_64/community-testing/PKGBUILD | 33 ------------------------------- x86_64/community/PKGBUILD | 4 ++-- 2 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 x86_64/community-testing/PKGBUILD diff --git a/x86_64/community-testing/PKGBUILD b/x86_64/community-testing/PKGBUILD deleted file mode 100644 index 8d7d7cc..0000000 --- a/x86_64/community-testing/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Maintainer: Nathan -# Contributor: TingPing - -pkgname=hexchat -pkgver=2.16.1 -pkgrel=4 -pkgdesc='A popular and easy to use graphical IRC (chat) client' -arch=('x86_64') -url='https://hexchat.github.io/' -license=('GPL') -depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2' - 'libcanberra' 'openssl' 'pango' 'pciutils') -makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python-cffi') -optdepends=('enchant: Spell check' - 'iso-codes: Display language names instead of codes' - 'lua: Lua plugin' - 'perl: Perl plugin' - 'python-cffi: Python plugin') -source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}") -sha256sums=('SKIP') - -build() { - artix-meson hexchat build \ - -Dwith-lua='lua' \ - -Dtext-frontend='true' - ninja -C build -} - -package() { - DESTDIR="${pkgdir}" ninja -C build install -} - -# vim: ts=2 sw=2 et: diff --git a/x86_64/community/PKGBUILD b/x86_64/community/PKGBUILD index 3864db2..8d7d7cc 100644 --- a/x86_64/community/PKGBUILD +++ b/x86_64/community/PKGBUILD @@ -1,9 +1,9 @@ -# Maintainer: Maxime Gauduin +# Maintainer: Nathan # Contributor: TingPing pkgname=hexchat pkgver=2.16.1 -pkgrel=3 +pkgrel=4 pkgdesc='A popular and easy to use graphical IRC (chat) client' arch=('x86_64') url='https://hexchat.github.io/'