Date: Wednesday, January 13, 2021 @ 11:09:31 Author: heftig Revision: 406163
0.18-1 Modified: pacrunner/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-13 11:09:16 UTC (rev 406162) +++ PKGBUILD 2021-01-13 11:09:31 UTC (rev 406163) @@ -1,7 +1,7 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=pacrunner -pkgver=0.17 +pkgver=0.18 pkgrel=1 pkgdesc="Proxy configuration daemon" arch=(x86_64) @@ -9,7 +9,7 @@ license=(GPL2 LGPL2.1) depends=(glib2 dbus curl) makedepends=(git) -_commit=6f2ba9396ead9909c9f427651ee005834fbd05a8 # tags/0.17^0 +_commit=364ba8d09065067b71725f851a5bc624b9eb453b # tags/0.18^0 source=("git+https://git.kernel.org/pub/scm/network/connman/pacrunner.git#commit=$_commit") sha256sums=('SKIP')
