summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCsonka Mihaly2019-05-02 17:59:27 +0200
committerCsonka Mihaly2019-05-02 17:59:27 +0200
commit42114d9c447244592a2fff42d61993144c4b3aae (patch)
tree045800b04d8002497659d2e41d6643ae5b5cd326
parent7fcd8481edc5bdd4fccca3f9e83f84ed37e6bea8 (diff)
downloadaur-42114d9c447244592a2fff42d61993144c4b3aae.tar.gz
Fix version number src.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac7d20c7cfe9..8ab7864e936e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-curl
pkgdesc = A Modern and Flexible Web Client for R
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://cran.r-project.org/package=curl
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = r-curl
optdepends = r-magrittr
optdepends = r-httpuv
optdepends = r-webutils
- source = https://cran.r-project.org/src/contrib/curl_3.2.tar.gz
+ source = https://cran.r-project.org/src/contrib/curl_3.3.tar.gz
md5sums = 5dc0ba314900d339583a73bec13979e7
pkgname = r-curl
diff --git a/PKGBUILD b/PKGBUILD
index 10da32a351c9..6b6d28acfb95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ward Segers <w@rdsegers.be>
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=curl
-_cranver=3.2
+_cranver=3.3
_pkgtar=${_cranname}_${_cranver}.tar.gz
pkgname=r-curl
pkgver=${_cranver//[:-]/.}