Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
sqlite


Commits:
92e3bc85 by Andreas Radke at 2025-01-15T11:36:12+01:00
upgpkg: 3.48.0-2; rename tool scrub -> sqlite3_scrub to avoid file conflicts #3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = sqlite
        pkgdesc = A C library that implements an SQL database engine
        pkgver = 3.48.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.sqlite.org/
        arch = x86_64
        license = LicenseRef-Sqlite


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ _srcver=3480000
 _docver=${_srcver}
 #_docver=3440000
 pkgver=3.48.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
 license=('LicenseRef-Sqlite')
@@ -81,6 +81,9 @@ package_sqlite() {
   install -m755 dbdump dbhash dbtotxt index_usage scrub showdb showjournal 
showshm \
          showstat4 showwal sqldiff sqlite3_expert sqlite3_rsync 
"${pkgdir}"/usr/bin/
 
+  # rename to avoid file conflicts
+  mv "${pkgdir}"/usr/bin/scrub "${pkgdir}"/usr/bin/sqlite3_scrub
+
   # install manpage
   install -m755 -d "${pkgdir}"/usr/share/man/man1
   install -m644 sqlite3.1 "${pkgdir}"/usr/share/man/man1/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlite/-/commit/92e3bc85b82b1591e4a0afa737502156d52b7d3d

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


Reply via email to