Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / tuntox
Commits: e7b1734c by Felix Yan at 2023-12-22T19:18:15+02:00 upgpkg: 0.0.10.1-2 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = tuntox + pkgdesc = Tunnel TCP connections over the Tox protocol + pkgver = 0.0.10.1 + pkgrel = 2 + url = https://github.com/gjedeer/tuntox + arch = x86_64 + license = GPL3 + makedepends = git + makedepends = libnsl + depends = toxcore + source = git+https://github.com/gjedeer/tuntox#tag=cedf90d610a87d115bcd3d0d9c08fd38c28bb174?signed + validpgpkeys = 11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7 + sha512sums = SKIP + +pkgname = tuntox ===================================== PKGBUILD ===================================== @@ -4,13 +4,13 @@ pkgname=tuntox pkgver=0.0.10.1 _tag=cedf90d610a87d115bcd3d0d9c08fd38c28bb174 # git rev-parse $pkgver -pkgrel=1 +pkgrel=2 pkgdesc='Tunnel TCP connections over the Tox protocol' arch=('x86_64') url='https://github.com/gjedeer/tuntox' license=('GPL3') depends=('toxcore') -makedepends=('git') +makedepends=('git' 'libnsl') source=("git+https://github.com/gjedeer/tuntox#tag=$_tag?signed") sha512sums=('SKIP') validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7') # GDR!_ <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tuntox/-/commit/e7b1734c9a1e1a30679c9db7eb51207a73230701 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tuntox/-/commit/e7b1734c9a1e1a30679c9db7eb51207a73230701 You're receiving this email because of your account on gitlab.archlinux.org.
