summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAllen Zhong2024-03-26 00:22:14 +0900
committerAllen Zhong2024-03-26 00:22:14 +0900
commitc5be1069c0ea71bc0fc70ab97d5ddc68d56ff3ef (patch)
tree8f5d0c95e63c0e2cc90f57c478984cfc25f6049c /PKGBUILD
parentd53e16fc66e4e4c022368d72984646dd65501a59 (diff)
downloadaur-c5be1069c0ea71bc0fc70ab97d5ddc68d56ff3ef.tar.gz
apply patch from track-ipv6 branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f7ab26fa2d0..4fdc6b1998f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Allen Zhong <moeallenz@gmail.com>
+# Maintainer: Allen Zhong <pdev@zhoal.pw>
# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Daenyth <Daenyth [at] gmail [dot] com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
@@ -16,11 +16,14 @@ depends=('libtorrent-ipv6=0.13.8' 'xmlrpc-c')
makedepends=('git')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
-source=("$_pkgname::git+https://github.com/rakshasa/${_pkgname}.git#commit=45bec061a4b97fa5945bb45b10682849d874fa80")
-sha256sums=('SKIP')
+source=("$_pkgname::git+https://github.com/rakshasa/${_pkgname}.git#commit=1da0e3476dcabbf74b2e836d6b4c37b4d96bde09"
+ tracker-ipv6.patch)
+sha256sums=('8cdeba8958f9a035f5d6a5015dc43bcbefa1a2cb6b585fe0e1d598a5bdec9720'
+ 'e8209b8ed89a1f7b40d2d0c5616be44c6fe072995c8420b17f5fa3dd4e3bcad1')
prepare() {
cd "${srcdir}/${_pkgname}"
+ patch -Np1 -i ../tracker-ipv6.patch
sed '/PKG_CHECK_EXISTS/d' -i scripts/ax_with_curses.m4
aclocal -I ./scripts -I .
autoheader