summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-05-01 14:08:29 +0200
committersL1pKn072023-05-01 14:08:29 +0200
commit3e759d68730639dc53f14a6c95083705eb5d978e (patch)
tree154f614fb769eff6b24b3e6459df8c114115a7cb
parent3b71eeb208c845c3b18f9199e8d63b8cb8e3543e (diff)
downloadaur-3e759d68730639dc53f14a6c95083705eb5d978e.tar.gz
bump
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 17 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9203c3b69e22..16677d0e9141 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Apr 6 13:04:12 UTC 2019
pkgbase = mldonkey-ed2kad-daemon-git
pkgdesc = A multi-network P2P client. Daemon function, only ED2K/KAD. (GIT Version)
- pkgver = 3.1.6.4.g297ee9a6
+ pkgver = 3.1.7.2.15.ge136e743
pkgrel = 1
url = http://mldonkey.sourceforge.net
install = mldonkey-daemon.install
@@ -17,13 +15,17 @@ pkgbase = mldonkey-ed2kad-daemon-git
depends = file
provides = mldonkey
conflicts = mldonkey
- source = git+https://repo.or.cz/r/mldonkey.git
+ 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
@@ -31,4 +33,3 @@ pkgbase = mldonkey-ed2kad-daemon-git
sha256sums = ef14b4c8dcb9e64a1026630463313139171d2682d4ad80965e4a39e5021b93a5
pkgname = mldonkey-ed2kad-daemon-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f28a27438b59..813795b74057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mldonkey-ed2kad-daemon-git
-pkgver=3.1.6.4.g297ee9a6
+pkgver=3.1.7.2.15.ge136e743
pkgrel=1
pkgdesc="A multi-network P2P client. Daemon function, only ED2K/KAD. (GIT Version)"
arch=('x86_64')
@@ -16,7 +16,9 @@ makedepends=('camlp4'
)
conflicts=('mldonkey')
provides=('mldonkey')
-source=('git+https://repo.or.cz/r/mldonkey.git'
+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'
@@ -24,6 +26,8 @@ source=('git+https://repo.or.cz/r/mldonkey.git'
'mldonkey.sysuser'
)
sha256sums=('SKIP'
+ '0b340b74babfd5a5d50f98538a4607879658d6346485eba98eb7cf5be65e4ca0'
+ '333c3b0ad43b6d6f1786cdd780d4b66fadc638d192875df4422724176201ffdf'
'fe6227ec1a54278226ca6d6a5b0e1bb23224bf7b90e2ea107f014cc9518b0ed3'
'3a25e71992aa0ab5caabed81b96ebcf313f1d93ccd7a182b1c57bf3f9571b8e8'
'2f84c31ff14587926d5dfbf63b61b3239376a822ee77ac05a900a46b43143562'
@@ -37,6 +41,11 @@ 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 \