George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-pg


Commits:
d86088f5 by George Rawlinson at 2025-12-29T23:23:37+00:00
reuse: simplify conf

- - - - -
77603ef7 by George Rawlinson at 2025-12-29T23:31:53+00:00
upgpkg: 1.6.3-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = ruby-pg
        pkgdesc = Ruby interface to the PostgreSQL RDBMS
-       pkgver = 1.6.2
+       pkgver = 1.6.3
        pkgrel = 1
        url = https://github.com/ged/ruby-pg
        arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = ruby-pg
        depends = ruby-rspec-core
        depends = postgresql-libs
        options = !emptydirs
-       source = ruby-pg::git+https://github.com/ged/ruby-pg.git#tag=v1.6.2
-       sha512sums = 
9b452d8fed07dc22c6e76a3dfc9e669692d2e565c3f9a2fcc32687ee33034c648b1d65a6f2eec3bd1cf7173d3f56d8a6fc94dba3e3cbdf2b21f0df8ca9da52a6
-       b2sums = 
f3b5cf7dda8898e28492eb501065cc9b773cfb04b13c97aaf0c8c5c8a477bcc5e11287797c0359fd7bab2efd1fb988669615db5a148d9a5d2b922a6293e023ef
+       source = ruby-pg::git+https://github.com/ged/ruby-pg.git#tag=v1.6.3
+       sha512sums = 
61fbaa62c67497862c5a83a68c5b14aa62f958f497473d98f4c75b7066eeb70aa76d972f77bb72c0873b3c85b9d19a1e1c1bd1e80e06e939090e8d08d232a013
+       b2sums = 
cf95fe7698b72b9b66e9bf37fe4f161bc8c11c17b0dad925cac025c3d85aa3d89856030f886f23ef0f0c6216a63ef065429c8f220cc899b7d666f35268c98ea7
 
 pkgname = ruby-pg


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _gemname=pg
 pkgname=ruby-$_gemname
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc='Ruby interface to the PostgreSQL RDBMS'
 url='https://github.com/ged/ruby-pg'
@@ -13,8 +13,8 @@ depends=('glibc' 'ruby' 'ruby-rspec-core' 'postgresql-libs')
 makedepends=('git' 'ruby-rdoc')
 options=('!emptydirs')
 source=("$pkgname::git+$url.git#tag=v$pkgver")
-sha512sums=('9b452d8fed07dc22c6e76a3dfc9e669692d2e565c3f9a2fcc32687ee33034c648b1d65a6f2eec3bd1cf7173d3f56d8a6fc94dba3e3cbdf2b21f0df8ca9da52a6')
-b2sums=('f3b5cf7dda8898e28492eb501065cc9b773cfb04b13c97aaf0c8c5c8a477bcc5e11287797c0359fd7bab2efd1fb988669615db5a148d9a5d2b922a6293e023ef')
+sha512sums=('61fbaa62c67497862c5a83a68c5b14aa62f958f497473d98f4c75b7066eeb70aa76d972f77bb72c0873b3c85b9d19a1e1c1bd1e80e06e939090e8d08d232a013')
+b2sums=('cf95fe7698b72b9b66e9bf37fe4f161bc8c11c17b0dad925cac025c3d85aa3d89856030f886f23ef0f0c6216a63ef065429c8f220cc899b7d666f35268c98ea7')
 
 prepare() {
   cd "$pkgname"


=====================================
REUSE.toml
=====================================
@@ -7,16 +7,6 @@ path = [
     "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
-    "*.install",
-    "*.sysusers",
-    "*.tmpfiles",
-    "*.logrotate",
-    "*.pam",
-    "*.service",
-    "*.socket",
-    "*.timer",
-    "*.desktop",
-    "*.hook",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-pg/-/compare/8a84f65a343505c5ab163ff4b7173ec1f4e72c6f...77603ef73e8974b5e93cb75a6ff70d6a5cdcfe76

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-pg/-/compare/8a84f65a343505c5ab163ff4b7173ec1f4e72c6f...77603ef73e8974b5e93cb75a6ff70d6a5cdcfe76
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to