diff options
author | Chris Severance | 2019-12-23 15:12:17 -0500 |
---|---|---|
committer | Chris Severance | 2019-12-23 15:12:17 -0500 |
commit | 360dcbc22195e9cfd646372968ce2a954ca0071b (patch) | |
tree | 5cac633d28a2a36cc4d64d156632f2b439eec937 | |
parent | 55b3aa65ea1d44d681f89b821396738262993a23 (diff) | |
download | aur-360dcbc22195e9cfd646372968ce2a954ca0071b.tar.gz |
Updfate to 0.3.9
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Mon Apr 1 02:46:12 UTC 2019 +# Mon Dec 23 20:12:17 UTC 2019 pkgbase = littler-git pkgdesc = a hash-bang and simple command line pipe front end for GNU R - pkgver = 0.3.7.r5.g56851a5 + pkgver = 0.3.9.r2.gc52f7cc pkgrel = 1 url = https://github.com/eddelbuettel/littler arch = i686 @@ -12,7 +12,7 @@ pkgbase = littler-git makedepends = r makedepends = sh makedepends = git - provides = littler=0.3.7 + provides = littler=0.3.9 conflicts = littler source = littler::git://github.com/eddelbuettel/littler.git sha256sums = SKIP @@ -5,7 +5,7 @@ set -u _pkgname='littler' pkgname="${_pkgname}-git" -pkgver=0.3.7.r5.g56851a5 +pkgver=0.3.9.r2.gc52f7cc 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}" |