kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / libloc
Commits:
cff2fb35 by kpcyrd at 2026-03-05T21:02:47+01:00
upgpkg: 0.9.18-4: Rebuild with lua 5.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libloc
pkgdesc = IPFire Location Database - Determine the location of someone
on the Internet
pkgver = 0.9.18
- pkgrel = 3
+ pkgrel = 4
url = https://git.ipfire.org/?p=location/libloc.git;a=summary
arch = x86_64
license = LGPL-2.1-or-later
@@ -29,15 +29,12 @@ pkgname = libloc-database
pkgname = lua-location
pkgdesc = IPFire Location Database - Determine the location of someone
on the Internet (Lua bindings)
depends = glibc
- depends = libcrypto.so
depends = libloc.so
- depends = libssl.so
depends = lua
pkgname = python-location
pkgdesc = IPFire Location Database - Determine the location of someone
on the Internet (Python tooling)
depends = glibc
- depends = libcrypto.so
depends = libloc.so
depends = python
- depends = python-psycopg2
+ depends = python-psycopg
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ pkgname=(
python-location
)
pkgver=0.9.18
-pkgrel=3
+pkgrel=4
pkgdesc="IPFire Location Database - Determine the location of someone on the
Internet"
url='https://git.ipfire.org/?p=location/libloc.git;a=summary'
arch=('x86_64')
@@ -80,9 +80,7 @@ package_lua-location() {
pkgdesc+=' (Lua bindings)'
depends=(
glibc
- libcrypto.so
libloc.so
- libssl.so
lua
)
@@ -108,10 +106,9 @@ package_python-location() {
pkgdesc+=' (Python tooling)'
depends=(
glibc
- libcrypto.so
libloc.so
python
- python-psycopg2
+ python-psycopg
)
cd ${pkgbase}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libloc/-/commit/cff2fb3555e45d2a8f554909aa98c35381ae2b1e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libloc/-/commit/cff2fb3555e45d2a8f554909aa98c35381ae2b1e
You're receiving this email because of your account on gitlab.archlinux.org.