summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072024-08-25 18:33:44 +0200
committersL1pKn072024-08-25 18:33:44 +0200
commit7418ca5882a2742ae2ab44f402c7fb2c8282bd22 (patch)
tree3f171626c90feba705f7e2d7cac012449d390382
parent7d233469b85225583b34722a814ba9666e06d376 (diff)
downloadaur-mldonkey-ed2kad-daemon-git.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 2 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06ac45aa0c21..61b1a1c64cd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mldonkey-ed2kad-daemon-git
pkgdesc = A multi-network P2P client. Daemon function, only ED2K/KAD. (GIT Version)
- pkgver = 3.1.7.2.15.ge136e743
+ pkgver = 3.2.1.2.gb2eee562
pkgrel = 1
url = http://mldonkey.sourceforge.net
install = mldonkey-daemon.install
@@ -16,16 +16,12 @@ pkgbase = mldonkey-ed2kad-daemon-git
provides = mldonkey
conflicts = mldonkey
source = git+https://github.com/ygrek/mldonkey.git
- source = https://patch-diff.githubusercontent.com/raw/ygrek/mldonkey/pull/66.diff
- source = https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/mldonkey-fix-build.patch
source = mldonkey.logrotate
source = mldonkey.service
source = mldonkey@.service
source = mldonkey.tmpfiles
source = mldonkey.sysuser
sha256sums = SKIP
- sha256sums = 0b340b74babfd5a5d50f98538a4607879658d6346485eba98eb7cf5be65e4ca0
- sha256sums = 333c3b0ad43b6d6f1786cdd780d4b66fadc638d192875df4422724176201ffdf
sha256sums = fe6227ec1a54278226ca6d6a5b0e1bb23224bf7b90e2ea107f014cc9518b0ed3
sha256sums = 3a25e71992aa0ab5caabed81b96ebcf313f1d93ccd7a182b1c57bf3f9571b8e8
sha256sums = 2f84c31ff14587926d5dfbf63b61b3239376a822ee77ac05a900a46b43143562
diff --git a/PKGBUILD b/PKGBUILD
index dac28a36d5af..377e67246455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mldonkey-ed2kad-daemon-git
-pkgver=3.1.7.2.15.ge136e743
+pkgver=3.2.1.2.gb2eee562
pkgrel=1
pkgdesc="A multi-network P2P client. Daemon function, only ED2K/KAD. (GIT Version)"
arch=('x86_64')
@@ -20,8 +20,6 @@ conflicts=('mldonkey')
provides=('mldonkey')
source=(
'git+https://github.com/ygrek/mldonkey.git'
- 'https://patch-diff.githubusercontent.com/raw/ygrek/mldonkey/pull/66.diff'
- 'https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/mldonkey-fix-build.patch'
'mldonkey.logrotate'
'mldonkey.service'
'mldonkey@.service'
@@ -30,8 +28,6 @@ source=(
)
sha256sums=(
'SKIP'
- '0b340b74babfd5a5d50f98538a4607879658d6346485eba98eb7cf5be65e4ca0'
- '333c3b0ad43b6d6f1786cdd780d4b66fadc638d192875df4422724176201ffdf'
'fe6227ec1a54278226ca6d6a5b0e1bb23224bf7b90e2ea107f014cc9518b0ed3'
'3a25e71992aa0ab5caabed81b96ebcf313f1d93ccd7a182b1c57bf3f9571b8e8'
'2f84c31ff14587926d5dfbf63b61b3239376a822ee77ac05a900a46b43143562'
@@ -45,11 +41,6 @@ pkgver() {
echo "$(git describe --long --tags | tr - . | sed 's|release.||g')"
}
-prepare() {
- patch -d mldonkey -p1 -i "${srcdir}/66.diff"
- patch -d mldonkey -p1 -i "${srcdir}/mldonkey-fix-build.patch"
-}
-
build() {
cd mldonkey
./configure \
@@ -60,7 +51,6 @@ build() {
--enable-magic \
--enable-donkeysui \
--enable-checks \
- --enable-pthread \
--disable-rpath
make depend