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

Maxime Gauduin alucryd at archlinux.org
Fri Feb 1 17:02:21 UTC 2019


    Date: Friday, February 1, 2019 @ 17:02:20
  Author: alucryd
Revision: 429118

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-01 17:02:10 UTC (rev 429117)
+++ PKGBUILD	2019-02-01 17:02:20 UTC (rev 429118)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=capnet-assist
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Captive Portal Assistant'
-arch=(x86_64)
-url=https://launchpad.net/capnet-assist
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  gcr
-  glib2
-  gtk3
-  libsoup
-  networkmanager
-  webkit2gtk
-  libgranite.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-source=(git+https://github.com/elementary/capnet-assist.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-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 429117, capnet-assist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-01 17:02:20 UTC (rev 429118)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=capnet-assist
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Captive Portal Assistant'
+arch=(x86_64)
+url=https://launchpad.net/capnet-assist
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  gcr
+  glib2
+  gtk3
+  libsoup
+  networkmanager
+  webkit2gtk
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/capnet-assist.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+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