summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryhfudev2018-08-04 17:03:59 -0400
committeryhfudev2018-08-04 17:03:59 -0400
commit72f8c874aadeca53326027c42fa7da8526b89dbb (patch)
treeb257e1d2f1886132550e03be0891324b269d0917
parentc855753ae3cbe048c35969d82d340045a185290e (diff)
downloadaur-72f8c874aadeca53326027c42fa7da8526b89dbb.tar.gz
update to latest version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dedab76cee25..8a35e66d92db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sun Nov 5 01:44:21 UTC 2017
pkgbase = esniper-git
pkgdesc = A simple, lightweight tool for sniping eBay auctions.
- pkgver = r413.7771d53
+ pkgver = r457.d51959b
pkgrel = 1
- url = https://github.com/yhfudev/esniper.git
+ url = https://git.code.sf.net/p/esniper/git
arch = i686
arch = x86_64
arch = armv6h
@@ -13,7 +11,7 @@ pkgbase = esniper-git
license = BSD
depends = curl
depends = openssl
- source = esniper-git::git+https://github.com/yhfudev/esniper.git
+ source = esniper-git::git+https://git.code.sf.net/p/esniper/git
md5sums = SKIP
pkgname = esniper-git
diff --git a/PKGBUILD b/PKGBUILD
index d6e7ff08994e..e797cd359d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Yunhui Fu <yhfudev@gmail.com>
pkgname=esniper-git
-pkgver=r413.7771d53
+pkgver=r457.d51959b
pkgrel=1
pkgdesc="A simple, lightweight tool for sniping eBay auctions."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'arm')
-url="https://github.com/yhfudev/esniper.git"
+url="https://git.code.sf.net/p/esniper/git"
license=('BSD')
depends=('curl' 'openssl')
source=(
- "${pkgname}::git+https://github.com/yhfudev/esniper.git"
+ "${pkgname}::git+https://git.code.sf.net/p/esniper/git"
)
md5sums=('SKIP')
@@ -26,7 +26,8 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname}"
- ./autogen.sh
+ #./autogen.sh
+ autoreconf -if
./configure --prefix=/usr
make
}