summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-06-30 11:31:15 +0300
committerViktor Drobot2020-06-30 11:31:15 +0300
commit727458f20f11e159b53482f455dab34f77ecb93b (patch)
tree3155ec46d0112508b2cc02467b7e061f30c46fe6
parent76c16ef8173fa63f0d1307bb2ff40261808d6956 (diff)
downloadaur-727458f20f11e159b53482f455dab34f77ecb93b.tar.gz
Update 0.12.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f5b17538b5d..57829973f7ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tikzdevice
pkgdesc = R Graphics Output in LaTeX Format
- pkgver = 0.12.3
+ pkgver = 0.12.3.1
pkgrel = 1
url = https://cran.r-project.org/package=tikzDevice
arch = i686
@@ -22,8 +22,8 @@ pkgbase = r-tikzdevice
optdepends = r-stringr
optdepends = r-testthat
optdepends = r-withr
- source = https://cran.r-project.org/src/contrib/tikzDevice_0.12.3.tar.gz
- md5sums = 1772db47dad3ecbe23b2a0523ba4b4e8
+ source = https://cran.r-project.org/src/contrib/tikzDevice_0.12.3.1.tar.gz
+ md5sums = 1f1cfeea483220306944046dff5eafe9
pkgname = r-tikzdevice
diff --git a/PKGBUILD b/PKGBUILD
index 53b38a7b9612..18501846aed9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=tikzDevice
-_cranver=0.12.3
+_cranver=0.12.3.1
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -13,7 +13,7 @@ depends=('r>=2.14.0' 'r-filehash>=2.3' r-png 'libpgf>=2.00')
makedepends=(gcc)
optdepends=(r-evaluate r-formatr r-ggplot2 r-knitr r-lattice r-maps r-scales r-stringr r-testthat r-withr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('1772db47dad3ecbe23b2a0523ba4b4e8')
+md5sums=('1f1cfeea483220306944046dff5eafe9')
build() {
cd "${srcdir}"