summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44337cece476..6d39e3dca7b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = curl-git
pkgdesc = A URL retrieval utility and library
- pkgver = 7.54.1.29.g01811b674
+ pkgver = 7.54.1.49.g176ec5138
pkgrel = 1
url = http://curl.haxx.se/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = curl-git
depends = libssh2
depends = openssl
depends = ca-certificates
- provides = curl=999
+ provides = curl=7.54.1.49.g176ec5138
conflicts = curl
options = !libtool
source = git://github.com/curl/curl.git
diff --git a/PKGBUILD b/PKGBUILD
index ac3f9884b668..2a6a773afdc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dave Reisner <d@falconindy.com>
pkgname=curl-git
-pkgver=7.54.1.29.g01811b674
+pkgver=7.54.1.49.g176ec5138
pkgrel=1
pkgdesc="A URL retrieval utility and library"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://curl.haxx.se/"
license=('MIT')
depends=('zlib' 'libssh2' 'openssl' 'ca-certificates')
makedepends=('git')
-provides=('curl=999')
+provides=("curl=$pkgver")
conflicts=('curl')
options=('!libtool')
source=('git://github.com/curl/curl.git')