summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2020-06-18 19:05:12 -0400
committerChris Severance2020-06-18 19:05:12 -0400
commit1f3495cb90e05ac891545a3a23448614f0a1831e (patch)
treed1e117dd43ce46c54a6693322a14d76f004b5339 /PKGBUILD
parentbcf64a61999984c4faac1d93de867e7aa8ed5d15 (diff)
downloadaur-1f3495cb90e05ac891545a3a23448614f0a1831e.tar.gz
autu: Update to 0.3.10-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e855318e0ef..1a6dc2ac7d1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
set -u
_pkgname='littler'
pkgname="${_pkgname}"
-pkgver='0.3.9'
+pkgver='0.3.10'
pkgrel='1'
pkgdesc='a hash-bang and simple command line pipe front end for GNU R'
arch=('i686' 'x86_64')
@@ -19,7 +19,8 @@ _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=('e0f61c33d228fd18d97ac2cab4f6b659d601b501435542bb5e8ce26832d71114')
+md5sums=('7409f31d23ac0cb5cc3dfb798081da1b')
+sha256sums=('8059605be058b6cdaf5b15c44c1fda07cc6eed21be272287ab0b604d5afbed97')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pkgname}"