Date: Monday, October 24, 2022 @ 07:56:17
Author: alucryd
Revision: 1334488
archrelease: copy trunk to community-x86_64
Added:
switchboard-plug-sharing/repos/community-x86_64/PKGBUILD
(from rev 1334487, switchboard-plug-sharing/trunk/PKGBUILD)
Deleted:
switchboard-plug-sharing/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-24 07:56:07 UTC (rev 1334487)
+++ PKGBUILD 2022-10-24 07:56:17 UTC (rev 1334488)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=switchboard-plug-sharing
-pkgver=2.1.5
-pkgrel=2
-pkgdesc='Switchboard Sharing Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-sharing
-license=(GPL3)
-groups=(pantheon)
-depends=(
- glib2
- gnome-user-share
- gtk3
- libgee
- libgranite.so
- libswitchboard-2.0.so
-)
-makedepends=(
- git
- meson
- switchboard
- vala
-)
-_tag=88f2408d8165ce2a1c65daf5a9a56cedb038620f
-source=(git+https://github.com/elementary/switchboard-plug-sharing.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd switchboard-plug-sharing
-
- git describe --tags
-}
-
-build() {
- arch-meson switchboard-plug-sharing build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: switchboard-plug-sharing/repos/community-x86_64/PKGBUILD (from rev
1334487, switchboard-plug-sharing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-24 07:56:17 UTC (rev 1334488)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=switchboard-plug-sharing
+pkgver=2.1.6
+pkgrel=1
+pkgdesc='Switchboard Sharing Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-sharing
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ glib2
+ gnome-user-share
+ gtk3
+ libgee
+ libgranite.so
+ libswitchboard-2.0.so
+)
+makedepends=(
+ git
+ meson
+ switchboard
+ vala
+)
+_tag=5d2b063e86d4ea46ba6d5681fe9d398cd6c6a96f
+source=(git+https://github.com/elementary/switchboard-plug-sharing.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd switchboard-plug-sharing
+
+ git describe --tags
+}
+
+build() {
+ arch-meson switchboard-plug-sharing build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et: