[arch-commits] Commit in iptux/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Nov 14 13:55:21 UTC 2021
Date: Sunday, November 14, 2021 @ 13:55:20
Author: arojas
Revision: 1047448
archrelease: copy trunk to community-x86_64
Added:
iptux/repos/community-x86_64/PKGBUILD
(from rev 1047447, iptux/trunk/PKGBUILD)
Deleted:
iptux/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-14 13:55:11 UTC (rev 1047447)
+++ PKGBUILD 2021-11-14 13:55:20 UTC (rev 1047448)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Kevin Guan <KevinGuan.gm at gmail.com>
-
-pkgname=iptux
-pkgver=0.8.2
-pkgrel=1
-pkgdesc='LAN messenger and file sender, an IP Messenger client'
-arch=('x86_64')
-url='https://github.com/iptux-src/iptux/'
-license=('GPL2')
-depends=('google-glog' 'gtk3' 'jsoncpp' 'libsigc++')
-makedepends=('appstream' 'gflags' 'meson')
-checkdepends=('xorg-server-xvfb')
-source=("https://github.com/iptux-src/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('fb06f36292f3b9b5a8162fdf508a27acd8479caea5b2382034aee46b681fc5cf')
-
-build() {
- arch-meson $pkgname-$pkgver build
- meson compile -C build
-}
-
-check() {
- xvfb-run meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: iptux/repos/community-x86_64/PKGBUILD (from rev 1047447, iptux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-14 13:55:20 UTC (rev 1047448)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Kevin Guan <KevinGuan.gm at gmail.com>
+
+pkgname=iptux
+pkgver=0.8.3
+pkgrel=1
+pkgdesc='LAN messenger and file sender, an IP Messenger client'
+arch=('x86_64')
+url='https://github.com/iptux-src/iptux/'
+license=('GPL2')
+depends=('google-glog' 'gtk3' 'jsoncpp' 'libsigc++')
+makedepends=('appstream' 'gflags' 'meson')
+checkdepends=('xorg-server-xvfb')
+source=("https://github.com/iptux-src/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('858fa04b987a0d576f6f67d5b5cbc543df01ed2b6c241ca890f93f89ebcb2331')
+
+build() {
+ arch-meson $pkgname-$pkgver build
+ meson compile -C build
+}
+
+check() {
+ xvfb-run meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list