From 3a4cf9d2754b40ca932ac257b1b2c6af7919dd10 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sat, 24 Sep 2022 23:13:12 +0200 Subject: [PATCH 1/2] dconf-editor: 43.beta -> 43.0 --- dconf-editor/.signature | 6 +++--- dconf-editor/Pkgfile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dconf-editor/.signature b/dconf-editor/.signature index cbfb29a89..2a18072fe 100644 --- a/dconf-editor/.signature +++ b/dconf-editor/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38uVE6/+Um6V/MLxzi6GpHWAKnCRN4+3qWzuYD3+LO/X8LSHxF9rTlTkafT4OOLpqPV4wMUknNj8q/9YUdU0zQY= -SHA256 (Pkgfile) = 13fdaaa7901ca04ad35179dc567d017e67a5d7fb64892eb20cd46f825eb2da8e +RWSagIOpLGJF3++68hgF2N4N42Vximf7A7Fi4AjKdiX49uEXpNX5On0w1kVw6CCW3gVHMBfAA0+dgiwlHFBqPNsXdOsZQV7stQQ= +SHA256 (Pkgfile) = 0168b3dcf52f8a41d2d56989f013314914ac569a1c278246f04e4faa9338d121 SHA256 (.footprint) = 7ec68ca2546a85c6ee4bbb45b35a9392937005f9a8f082b9b0616b0116b5e5f2 -SHA256 (dconf-editor-43.beta.tar.bz2) = d57ac161ee00287f6f367e72cbbb65795b41c705fe6ce2c8dee4b04005f22856 +SHA256 (dconf-editor-43.0.tar.xz) = 935a3c2dd76cc2a93cd5aee9a54d3947fb111eb396f4b63dc5f0ba8f8d099136 diff --git a/dconf-editor/Pkgfile b/dconf-editor/Pkgfile index 587e03458..a053574fe 100644 --- a/dconf-editor/Pkgfile +++ b/dconf-editor/Pkgfile @@ -4,9 +4,9 @@ # Depends on: dconf gtk3 libhandy meson vala name=dconf-editor -version=43.beta +version=43.0 release=1 -source=(https://gitlab.gnome.org/GNOME/dconf-editor/-/archive/$version/dconf-editor-$version.tar.bz2) +source=(https://download.gnome.org/sources/dconf-editor/${version::2}/$name-$version.tar.xz) build() { ls /usr/share/vala/vapi/dconf.vapi || (printf '\e[1;31m%-6s\e[m\n' "$name needs dconf build with vala bindings, install vala, rebuild dconf, then install $name" ; exit 1) From 6f772459e758e3d3ac80f73b7d6005af918ae7dd Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sat, 24 Sep 2022 23:32:19 +0200 Subject: [PATCH 2/2] git-cliff: 0.9.1 -> 0.9.2 --- git-cliff/.signature | 6 +++--- git-cliff/Pkgfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/git-cliff/.signature b/git-cliff/.signature index 2fe48e3c7..78d5e8f4b 100644 --- a/git-cliff/.signature +++ b/git-cliff/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35r6WzP74gm7EAy65ssaisg/ZJyzDCxY84cWV1+RA0jFClrAt5xryUO4tM3DHIqg/qGECedbdpLnUmWsQxOMbQo= -SHA256 (Pkgfile) = 7bf28da4547a2a73fc63f5488efb7ccc64e3239aff36b7ab26af4dddc484bdd1 +RWSagIOpLGJF3y12xvVzyA9I0X9m4WKQoutH/jY0Ez/I5JtZSjbaumbfVLV9iUdb73RVTCr1XuEHYYaTk65N3a0iLXTv9EbMDws= +SHA256 (Pkgfile) = ef55b98538f8127ef8bc0fb94d6c6622a8ae777cd8ffcfa51b13afa270c2af08 SHA256 (.footprint) = cebaa63230cf791010d5aba7f40ac5863caa7ae11294ad2a84745b0bbd53771d -SHA256 (git-cliff-0.9.1.tar.gz) = 98bdf069714bb9f6c82d3aff0199178ac06c0063ddcd82b3e17127fbd4c465e3 +SHA256 (git-cliff-0.9.2.tar.gz) = 86ed2b9e84d062a880f431aec2d7550cedfab4232e76af4398f4cc3b3a487cb9 diff --git a/git-cliff/Pkgfile b/git-cliff/Pkgfile index bf5839655..9eb22a16c 100644 --- a/git-cliff/Pkgfile +++ b/git-cliff/Pkgfile @@ -4,7 +4,7 @@ # Depends on: rust name=git-cliff -version=0.9.1 +version=0.9.2 release=1 source=(https://github.com/orhun/git-cliff/archive/v$version/$name-$version.tar.gz)