summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 5 insertions, 13 deletions
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() {