summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2019-12-23 15:12:09 -0500
committerChris Severance2019-12-23 15:12:09 -0500
commitbcf64a61999984c4faac1d93de867e7aa8ed5d15 (patch)
tree806f1cbfc3c29113e51c082d6da4ff92d084e91d /PKGBUILD
parentdb208b10989eb050e8f8ecf9d838e7187b734ada (diff)
downloadaur-bcf64a61999984c4faac1d93de867e7aa8ed5d15.tar.gz
Updfate to 0.3.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8568b9fa9259..6e855318e0ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
set -u
_pkgname='littler'
pkgname="${_pkgname}"
-pkgver='0.3.7'
+pkgver='0.3.9'
pkgrel='1'
pkgdesc='a hash-bang and simple command line pipe front end for GNU R'
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ _giturl="https://github.com/eddelbuettel/${_pkgname}"
source=("${_pkgname}-${pkgver}.tar.gz::${_giturl}/archive/${pkgver}.tar.gz")
#source=("http://dirk.eddelbuettel.com/code/littler/${pkgname}_${pkgver}.tar.gz")
#source=("http://http.debian.net/debian/pool/main/l/littler/littler_0.2.3.orig.tar.gz")
-sha256sums=('ae65fcd378a184913947e41eb32536ca6d7be1b86b8c7355aa31d1c9a252a541')
+sha256sums=('e0f61c33d228fd18d97ac2cab4f6b659d601b501435542bb5e8ce26832d71114')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pkgname}"