Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libproxy


Commits:
acae861f by Jan Alexander Steffens (heftig) at 2024-04-06T23:00:21+02:00
0.5.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = libproxy
        pkgdesc = Automatic proxy configuration management library
-       pkgver = 0.5.4
+       pkgver = 0.5.5
        pkgrel = 1
        url = https://libproxy.github.io/libproxy/
        arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = libproxy
        depends = curl
        depends = duktape
        depends = glib2
-       source = 
git+https://github.com/libproxy/libproxy#commit=dff9a603d823dcc740ec966cd27960daa6b891b1
-       b2sums = SKIP
+       source = git+https://github.com/libproxy/libproxy#tag=0.5.5
+       b2sums = 
8d5cb6295541ef386e328a77ac9dd827c85da4d57ba50c910996c690d1fd9d97ef0d4df37183fdfa3e9bd7bcac7c5e54afc1cd83c157c0b7d01cc4cc298535b8
 
 pkgname = libproxy
        provides = libproxy.so


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgname=(
   libproxy
   libproxy-docs
 )
-pkgver=0.5.4
+pkgver=0.5.5
 pkgrel=1
 pkgdesc="Automatic proxy configuration management library"
 url="https://libproxy.github.io/libproxy/";
@@ -25,16 +25,10 @@ makedepends=(
   meson
   vala
 )
-_commit=dff9a603d823dcc740ec966cd27960daa6b891b1  # tags/0.5.4
 source=(
-  "git+https://github.com/libproxy/libproxy#commit=$_commit";
+  "git+https://github.com/libproxy/libproxy#tag=$pkgver";
 )
-b2sums=('SKIP')
-
-pkgver() {
-  cd libproxy
-  git describe --tags | sed 's/^libproxy-//;s/[^-]*-g/r&/;s/-/+/g'
-}
+b2sums=('8d5cb6295541ef386e328a77ac9dd827c85da4d57ba50c910996c690d1fd9d97ef0d4df37183fdfa3e9bd7bcac7c5e54afc1cd83c157c0b7d01cc4cc298535b8')
 
 prepare() {
   cd libproxy
@@ -42,6 +36,7 @@ prepare() {
 
 build() {
   local meson_options=(
+    -D release=true
   )
 
   arch-meson libproxy build "${meson_options[@]}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libproxy/-/commit/acae861fc89f66f045499b9ef8855f0dc45f26d1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libproxy/-/commit/acae861fc89f66f045499b9ef8855f0dc45f26d1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to