* update pacrunner to 0.19-3

This commit is contained in:
Alexander Baldeck 2024-08-17 04:26:21 +02:00
parent 68a2a87b90
commit 42f1f2567a
3 changed files with 23 additions and 1 deletions

19
pacrunner/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = pacrunner
pkgdesc = Proxy configuration daemon
pkgver = 0.19
pkgrel = 3
url = https://git.kernel.org/pub/scm/network/connman/pacrunner.git
arch = x86_64
license = GPL2
license = LGPL2.1
makedepends = git
depends = glib2
depends = dbus
depends = curl
depends = duktape
source = git+https://git.kernel.org/pub/scm/network/connman/pacrunner.git#commit=bb888a1f99cc05d63bd61b65cad7026feea92a4e
source = duktape-shared.diff
sha256sums = SKIP
sha256sums = 2cbb148bc7cd72230a1aa465c806260eb0fc1dd47d8663b2b48d25cc29622d02
pkgname = pacrunner

View File

@ -0,0 +1,3 @@
[pacrunner]
source = "git"
git = "https://git.kernel.org/pub/scm/network/connman/pacrunner.git"

View File

@ -3,7 +3,7 @@
pkgname=pacrunner
pkgver=0.19
pkgrel=2
pkgrel=3
pkgdesc="Proxy configuration daemon"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://git.kernel.org/pub/scm/network/connman/pacrunner.git"