summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-10-22 12:43:54 +0800
committerChocobo12020-10-22 12:51:00 +0800
commit217c6fd846b5ce4a736d08c05742ddd7ef900627 (patch)
tree9ee6436987b8c1ddef5daa182324a090a5798dea
parentb88f8e7c2db2345b7a711e94c7094e7fbc031f08 (diff)
downloadaur-217c6fd846b5ce4a736d08c05742ddd7ef900627.tar.gz
upgpkg: lftp-git 4.9.2.r2.g11482e5e-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD18
2 files changed, 7 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f882ceeab022..fc74d8cea7f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lftp-git
pkgdesc = Sophisticated file transfer program
- pkgver = 4.9.2.r0.g586b2562
- pkgrel = 2
+ pkgver = 4.9.2.r2.g11482e5e
+ pkgrel = 1
url = https://lftp.yar.ru/
arch = i686
arch = x86_64
@@ -19,9 +19,7 @@ pkgbase = lftp-git
conflicts = lftp
backup = etc/lftp.conf
source = git+https://github.com/lavv17/lftp.git
- source = autoconf_bump.patch::https://github.com/lavv17/lftp/commit/df0b2b8e4fb3f334114651d9d7b8be5f8e738375.patch
sha256sums = SKIP
- sha256sums = 3838c1964d40fec4a8738513a40e4b593c849dfc0675dd0a45467a14285a3c9c
pkgname = lftp-git
diff --git a/PKGBUILD b/PKGBUILD
index cfce4f46fda2..a015e5af5fad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=lftp-git
-pkgver=4.9.2.r0.g586b2562
-pkgrel=2
+pkgver=4.9.2.r2.g11482e5e
+pkgrel=1
pkgdesc="Sophisticated file transfer program"
arch=('i686' 'x86_64')
url="https://lftp.yar.ru/"
@@ -13,18 +13,10 @@ optdepends=('perl' 'sh')
provides=('lftp')
conflicts=('lftp')
backup=('etc/lftp.conf')
-source=("git+https://github.com/lavv17/lftp.git"
- "autoconf_bump.patch::https://github.com/lavv17/lftp/commit/df0b2b8e4fb3f334114651d9d7b8be5f8e738375.patch")
-sha256sums=('SKIP'
- '3838c1964d40fec4a8738513a40e4b593c849dfc0675dd0a45467a14285a3c9c')
+source=("git+https://github.com/lavv17/lftp.git")
+sha256sums=('SKIP')
-prepare() {
- cd "lftp"
-
- patch -Np1 -i "$srcdir/autoconf_bump.patch"
-}
-
pkgver() {
cd "lftp"
@@ -38,7 +30,7 @@ build() {
./configure \
--prefix="/usr" \
--disable-static
- make -k || true # ignore errors temporarily
+ make
}
check() {