summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ddf03f555f9..bd531527a3f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xd-torrent
pkgdesc = An I2P BitTorrent client
- pkgver = 0.4.5
+ pkgver = 0.4.6
pkgrel = 1
url = https://xd-torrent.github.io/
arch = x86_64
@@ -9,19 +9,17 @@ pkgbase = xd-torrent
depends = glibc
options = !lto
backup = etc/xd.conf
- source = https://github.com/majestrate/XD/archive/v0.4.5/xd-torrent-0.4.5.tar.gz
+ source = https://github.com/majestrate/XD/archive/v0.4.6/xd-torrent-0.4.6.tar.gz
source = 010-xd-torrent-use-arch-ldflags.patch
source = 020-xd-torrent-rename-service-paths.patch
source = 030-xd-torrent-service-hardening.patch
- source = 040-xd-torrent-fix-tests.patch::https://github.com/majestrate/XD/commit/ce6e0d9b26328f6c883c239e37045a3bc0496bf7.patch
source = xd-torrent.sysusers
source = xd-torrent.tmpfiles
source = xd.conf
- sha256sums = f452c675b2f69de96a62afcc68c30b848cba90f96df4202c03ffb4db7340bf6f
+ sha256sums = 0fce245bac8e09f2a289e3ee8dfc08c8a97b7cae904fd40b0d3445143f6596aa
sha256sums = 4702a976c5429fd218bafe510ef6b247c2539e368ee8ae61e991781054f5e0e9
sha256sums = 6b3d959b55623c3f907be0e1c53c7092e9328cb0b10c336102d012d716438a14
sha256sums = 77f50344dc028eac9ee229faf2fcda4807b5fbe4872a23513c271dd0e4964e53
- sha256sums = e97230245903fb73f3422dcbc013f4a83c684c4f25d84a10dbdf98c15321a67d
sha256sums = 5f2fb392c2fec68bb3861ece85b5bbdd4929c4ccccf3caeb835060213c309761
sha256sums = f05777857bab4d18ad23582a746959cd13e07345fa74bbb3f1263a38398ac491
sha256sums = 27b6900da96e5280ff8a172b094531e08cb06a653cc97ec15eb6061d3779924b
diff --git a/PKGBUILD b/PKGBUILD
index bfdb1f291417..ec692ffa5a4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=xd-torrent
-pkgver=0.4.5
+pkgver=0.4.6
pkgrel=1
pkgdesc='An I2P BitTorrent client'
arch=('x86_64')
@@ -14,16 +14,14 @@ source=("https://github.com/majestrate/XD/archive/v${pkgver}/${pkgname}-${pkgver
'010-xd-torrent-use-arch-ldflags.patch'
'020-xd-torrent-rename-service-paths.patch'
'030-xd-torrent-service-hardening.patch'
- '040-xd-torrent-fix-tests.patch'::'https://github.com/majestrate/XD/commit/ce6e0d9b26328f6c883c239e37045a3bc0496bf7.patch'
'xd-torrent.sysusers'
'xd-torrent.tmpfiles'
'xd.conf')
options=('!lto')
-sha256sums=('f452c675b2f69de96a62afcc68c30b848cba90f96df4202c03ffb4db7340bf6f'
+sha256sums=('0fce245bac8e09f2a289e3ee8dfc08c8a97b7cae904fd40b0d3445143f6596aa'
'4702a976c5429fd218bafe510ef6b247c2539e368ee8ae61e991781054f5e0e9'
'6b3d959b55623c3f907be0e1c53c7092e9328cb0b10c336102d012d716438a14'
'77f50344dc028eac9ee229faf2fcda4807b5fbe4872a23513c271dd0e4964e53'
- 'e97230245903fb73f3422dcbc013f4a83c684c4f25d84a10dbdf98c15321a67d'
'5f2fb392c2fec68bb3861ece85b5bbdd4929c4ccccf3caeb835060213c309761'
'f05777857bab4d18ad23582a746959cd13e07345fa74bbb3f1263a38398ac491'
'27b6900da96e5280ff8a172b094531e08cb06a653cc97ec15eb6061d3779924b')
@@ -32,7 +30,6 @@ prepare() {
patch -d "XD-${pkgver}" -Np1 -i "${srcdir}/010-xd-torrent-use-arch-ldflags.patch"
patch -d "XD-${pkgver}" -Np1 -i "${srcdir}/020-xd-torrent-rename-service-paths.patch"
patch -d "XD-${pkgver}" -Np1 -i "${srcdir}/030-xd-torrent-service-hardening.patch"
- patch -d "XD-${pkgver}" -Np1 -i "${srcdir}/040-xd-torrent-fix-tests.patch"
}
build() {