Date: Friday, December 2, 2022 @ 21:21:32
  Author: arojas
Revision: 1356253

archrelease: copy trunk to community-any

Added:
  warpinator/repos/community-any/PKGBUILD
    (from rev 1356252, warpinator/trunk/PKGBUILD)
Deleted:
  warpinator/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-02 21:21:23 UTC (rev 1356252)
+++ PKGBUILD    2022-12-02 21:21:32 UTC (rev 1356253)
@@ -1,37 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Sam Burgos <[email protected]>
-# Contributor: Kyle Laker <[email protected]>
-
-pkgname=warpinator
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='LAN file sender, send and receive files across the network'
-arch=('any')
-url='https://github.com/linuxmint/warpinator'
-license=('GPL3')
-depends=('gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio' 
'python-packaging'
-         'python-protobuf' 'python-pynacl' 'python-setproctitle' 
'python-setuptools' 'python-xapp' 'python-zeroconf'
-         'xapp')
-makedepends=('meson' 'polkit')
-optdepends=('ufw: Open a firewall port for Warpinator')
-source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('579a57d57f8ebfff65d2b1e28a4c7528d6a1273dd947d4dfc82e7ea298080734')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix hardcoded libexec dir
-  sed -i 's|libexec/warpinator|lib/warpinator|' \
-    bin/warpinator.in \
-    data/org.x.warpinator.policy.in.in
-  sed -i 's/libexec/lib/' install-scripts/download_zeroconf.py
-}
-
-build() {
-  arch-meson $pkgname-$pkgver build -D bundle-zeroconf=false
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: warpinator/repos/community-any/PKGBUILD (from rev 1356252, 
warpinator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-02 21:21:32 UTC (rev 1356253)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sam Burgos <[email protected]>
+# Contributor: Kyle Laker <[email protected]>
+
+pkgname=warpinator
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='LAN file sender, send and receive files across the network'
+arch=('any')
+url='https://github.com/linuxmint/warpinator'
+license=('GPL3')
+depends=('gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio' 
'python-packaging'
+         'python-protobuf' 'python-pynacl' 'python-setproctitle' 
'python-setuptools' 'python-xapp' 'python-zeroconf'
+         'xapp')
+makedepends=('meson' 'polkit')
+optdepends=('ufw: Open a firewall port for Warpinator')
+source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('568bdcd9fe5e39a2d100f6b6c429eaddd12b1339196b0384b4df1cd94d636dbb')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix hardcoded libexec dir
+  sed -i 's|libexec/warpinator|lib/warpinator|' \
+    bin/warpinator.in \
+    data/org.x.warpinator.policy.in.in
+  sed -i 's/libexec/lib/' install-scripts/download_zeroconf.py
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build -D bundle-zeroconf=false
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Reply via email to