diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-03 08:29:32 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-03 08:29:32 +0100 |
commit | 770a18bcfac23f46ac938731185c8a7097308cf6 (patch) | |
tree | a3bbbfdb91a2b9c600108a088bdb595ab9a74052 /pcr/ipycli-git | |
parent | 5bb873eb2e289387f6f5f974bcb90187f491fd20 (diff) | |
download | abslibre-770a18bcfac23f46ac938731185c8a7097308cf6.tar.gz abslibre-770a18bcfac23f46ac938731185c8a7097308cf6.tar.bz2 abslibre-770a18bcfac23f46ac938731185c8a7097308cf6.zip |
pcr/ipycli-git: updated to r140.eee3973
Diffstat (limited to 'pcr/ipycli-git')
-rw-r--r-- | pcr/ipycli-git/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pcr/ipycli-git/PKGBUILD b/pcr/ipycli-git/PKGBUILD index 533d96a78..021456df4 100644 --- a/pcr/ipycli-git/PKGBUILD +++ b/pcr/ipycli-git/PKGBUILD @@ -1,11 +1,14 @@ -# Contributor: Francois Boulogne <fboulogne at april dot org> +# Maintainer (AUR): Francois Boulogne <fboulogne at april dot org> # Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <aurelien@hackers.camp> +# parabola changes and rationale: +# no changes. + pkgname=ipycli-git -pkgver=r135.baa33ed +pkgver=r140.eee3973 pkgrel=1 pkgdesc="IPython subapp that supports adding arbitrary notebooks from the command line" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url="https://github.com/dalejung/ipycli/" license=('BSD') depends=('python2' 'ipython2') |