[arch-commits] Commit in capnet-assist/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jul 21 07:00:58 UTC 2021


    Date: Wednesday, July 21, 2021 @ 07:00:58
  Author: alucryd
Revision: 981521

archrelease: copy trunk to community-x86_64

Added:
  capnet-assist/repos/community-x86_64/PKGBUILD
    (from rev 981520, capnet-assist/trunk/PKGBUILD)
Deleted:
  capnet-assist/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-21 07:00:52 UTC (rev 981520)
+++ PKGBUILD	2021-07-21 07:00:58 UTC (rev 981521)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=capnet-assist
-pkgver=2.2.5
-pkgrel=3
-pkgdesc='Captive Portal Assistant'
-arch=(x86_64)
-url=https://github.com/elementary/capnet-assist
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  gcr
-  glib2
-  gtk3
-  libsoup
-  networkmanager
-  webkit2gtk
-  libgranite.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-_tag=1f8f5bf31d762e6c0421c2f9abbee527361f5c44
-source=(git+https://github.com/elementary/capnet-assist.git#tag=${_tag})
-sha256sums=('SKIP')
-
-pkgver() {
-  cd capnet-assist
-
-  git describe --tags
-}
-
-build() {
-  arch-meson capnet-assist build \
-    -D b_pie=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: capnet-assist/repos/community-x86_64/PKGBUILD (from rev 981520, capnet-assist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-21 07:00:58 UTC (rev 981521)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=capnet-assist
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Captive Portal Assistant'
+arch=(x86_64)
+url=https://github.com/elementary/capnet-assist
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  gcr
+  glib2
+  gtk3
+  libgranite.so
+  libhandy-1.so
+  libsoup
+  networkmanager
+  webkit2gtk
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=83721840ccb6dc1080cbac85ec7f87a051d198fc
+source=(git+https://github.com/elementary/capnet-assist.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd capnet-assist
+  git describe --tags
+}
+
+build() {
+  arch-meson capnet-assist build \
+    -D b_pie=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list