[arch-commits] Commit in dconf-editor/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Mar 24 19:40:40 UTC 2021


    Date: Wednesday, March 24, 2021 @ 19:40:39
  Author: heftig
Revision: 410844

archrelease: copy trunk to extra-x86_64

Added:
  dconf-editor/repos/extra-x86_64/PKGBUILD
    (from rev 410842, dconf-editor/trunk/PKGBUILD)
Deleted:
  dconf-editor/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 19:40:39 UTC (rev 410843)
+++ PKGBUILD	2021-03-24 19:40:39 UTC (rev 410844)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=dconf-editor
-pkgver=3.38.2
-pkgrel=1
-pkgdesc="dconf Editor"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/dconf"
-license=(GPL3)
-groups=(gnome-extra)
-depends=(gtk3 dconf)
-makedepends=(vala meson appstream-glib git)
-_commit=1f32eb7359e7fc02337f4aea02222ace45a56f12  # tags/3.38.2^0
-source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/extra-x86_64/PKGBUILD (from rev 410842, dconf-editor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-24 19:40:39 UTC (rev 410844)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=dconf-editor
+pkgver=3.38.3
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/dconf"
+license=(GPL3)
+groups=(gnome-extra)
+depends=(gtk3 dconf)
+makedepends=(vala meson git)
+_commit=886181423ba8e93e766087425a0f2066f450cab1  # tags/3.38.3^0
+source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list