[arch-commits] Commit in gnucobol/trunk (PKGBUILD)

2020-12-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, December 24, 2020 @ 19:09:41
  Author: jleclanche
Revision: 788702

upgpkg: gnucobol 3.1.2-1: Upstream release 3.1.2

Modified:
  gnucobol/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-24 19:09:28 UTC (rev 788701)
+++ PKGBUILD2020-12-24 19:09:41 UTC (rev 788702)
@@ -1,5 +1,5 @@
 pkgname=gnucobol
-pkgver=3.1.1
+pkgver=3.1.2
 pkgdesc="A free, open source and modern COBOL compiler"
 pkgrel=1
 arch=("x86_64")
@@ -13,7 +13,7 @@
"https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz.sig;
 )
 sha256sums=(
-   "c1b1d7dead3b141ed2f30102934e94b48d01845c79fccf19110f34016970f423"
+   "597005d71fd7d65b90cbe42bbfecd5a9ec0445388639404662e70d53ddf22574"
"SKIP"
 )
 validpgpkeys=(


[arch-commits] Commit in gnucobol/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, December 24, 2020 @ 19:09:50
  Author: jleclanche
Revision: 788703

archrelease: copy trunk to community-x86_64

Added:
  gnucobol/repos/community-x86_64/PKGBUILD
(from rev 788702, gnucobol/trunk/PKGBUILD)
Deleted:
  gnucobol/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-24 19:09:41 UTC (rev 788702)
+++ PKGBUILD2020-12-24 19:09:50 UTC (rev 788703)
@@ -1,34 +0,0 @@
-pkgname=gnucobol
-pkgver=3.1.1
-pkgdesc="A free, open source and modern COBOL compiler"
-pkgrel=1
-arch=("x86_64")
-url="https://www.gnu.org/software/gnucobol/;
-license=("GPL")
-depends=("db" "gmp")
-makedepends=("gcc")
-options=("!libtool")
-source=(
-   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz;
-   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz.sig;
-)
-sha256sums=(
-   "c1b1d7dead3b141ed2f30102934e94b48d01845c79fccf19110f34016970f423"
-   "SKIP"
-)
-validpgpkeys=(
-   "B9459D0CA8A740B323235CDF13E96B53C005604E"
-)
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr --infodir=/usr/share/info
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}
-

Copied: gnucobol/repos/community-x86_64/PKGBUILD (from rev 788702, 
gnucobol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-24 19:09:50 UTC (rev 788703)
@@ -0,0 +1,34 @@
+pkgname=gnucobol
+pkgver=3.1.2
+pkgdesc="A free, open source and modern COBOL compiler"
+pkgrel=1
+arch=("x86_64")
+url="https://www.gnu.org/software/gnucobol/;
+license=("GPL")
+depends=("db" "gmp")
+makedepends=("gcc")
+options=("!libtool")
+source=(
+   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz;
+   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz.sig;
+)
+sha256sums=(
+   "597005d71fd7d65b90cbe42bbfecd5a9ec0445388639404662e70d53ddf22574"
+   "SKIP"
+)
+validpgpkeys=(
+   "B9459D0CA8A740B323235CDF13E96B53C005604E"
+)
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr --infodir=/usr/share/info
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in gnucobol/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-11 Thread Jerome Leclanche via arch-commits
Date: Saturday, December 12, 2020 @ 02:53:54
  Author: jleclanche
Revision: 773251

archrelease: copy trunk to community-x86_64

Added:
  gnucobol/repos/community-x86_64/PKGBUILD
(from rev 773250, gnucobol/trunk/PKGBUILD)
Deleted:
  gnucobol/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-12 02:53:44 UTC (rev 773250)
+++ PKGBUILD2020-12-12 02:53:54 UTC (rev 773251)
@@ -1,34 +0,0 @@
-pkgname=gnucobol
-pkgver=3.1
-pkgdesc="A free, open source and modern COBOL compiler"
-pkgrel=1
-arch=("x86_64")
-url="https://www.gnu.org/software/gnucobol/;
-license=("GPL")
-depends=("db" "gmp")
-makedepends=("gcc" "help2man")
-options=("!libtool")
-source=(
-   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz;
-   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz.sig;
-)
-sha256sums=(
-   "28890804ada74dee1433b5c46f6774ce9740edd2ba047443c3e634217fa0c21a"
-   "SKIP"
-)
-validpgpkeys=(
-   "B9459D0CA8A740B323235CDF13E96B53C005604E"
-)
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr --infodir=/usr/share/info
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}
-

Copied: gnucobol/repos/community-x86_64/PKGBUILD (from rev 773250, 
gnucobol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-12 02:53:54 UTC (rev 773251)
@@ -0,0 +1,34 @@
+pkgname=gnucobol
+pkgver=3.1.1
+pkgdesc="A free, open source and modern COBOL compiler"
+pkgrel=1
+arch=("x86_64")
+url="https://www.gnu.org/software/gnucobol/;
+license=("GPL")
+depends=("db" "gmp")
+makedepends=("gcc")
+options=("!libtool")
+source=(
+   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz;
+   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz.sig;
+)
+sha256sums=(
+   "c1b1d7dead3b141ed2f30102934e94b48d01845c79fccf19110f34016970f423"
+   "SKIP"
+)
+validpgpkeys=(
+   "B9459D0CA8A740B323235CDF13E96B53C005604E"
+)
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr --infodir=/usr/share/info
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in gnucobol/trunk (PKGBUILD)

2020-12-11 Thread Jerome Leclanche via arch-commits
Date: Saturday, December 12, 2020 @ 02:53:44
  Author: jleclanche
Revision: 773250

upgpkg: gnucobol 3.1.1-1: Upstream release 3.1.1

Modified:
  gnucobol/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 02:29:02 UTC (rev 773249)
+++ PKGBUILD2020-12-12 02:53:44 UTC (rev 773250)
@@ -1,5 +1,5 @@
 pkgname=gnucobol
-pkgver=3.1
+pkgver=3.1.1
 pkgdesc="A free, open source and modern COBOL compiler"
 pkgrel=1
 arch=("x86_64")
@@ -6,7 +6,7 @@
 url="https://www.gnu.org/software/gnucobol/;
 license=("GPL")
 depends=("db" "gmp")
-makedepends=("gcc" "help2man")
+makedepends=("gcc")
 options=("!libtool")
 source=(
"https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz;
@@ -13,7 +13,7 @@
"https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz.sig;
 )
 sha256sums=(
-   "28890804ada74dee1433b5c46f6774ce9740edd2ba047443c3e634217fa0c21a"
+   "c1b1d7dead3b141ed2f30102934e94b48d01845c79fccf19110f34016970f423"
"SKIP"
 )
 validpgpkeys=(


[arch-commits] Commit in git-filter-repo/repos/community-any (4 files)

2020-12-03 Thread Jerome Leclanche via arch-commits
Date: Friday, December 4, 2020 @ 03:25:38
  Author: jleclanche
Revision: 769836

archrelease: copy trunk to community-any

Added:
  git-filter-repo/repos/community-any/PKGBUILD
(from rev 769835, git-filter-repo/trunk/PKGBUILD)
  git-filter-repo/repos/community-any/version.patch
(from rev 769835, git-filter-repo/trunk/version.patch)
Deleted:
  git-filter-repo/repos/community-any/PKGBUILD
  git-filter-repo/repos/community-any/version.patch

---+
 PKGBUILD  |   80 
 version.patch |   20 +++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-04 03:25:24 UTC (rev 769835)
+++ PKGBUILD2020-12-04 03:25:38 UTC (rev 769836)
@@ -1,40 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=git-filter-repo
-pkgver=2.27.1
-pkgrel=2
-pkgdesc="Quickly rewrite git repository history (filter-branch replacement)"
-arch=("any")
-url="https://github.com/newren/git-filter-repo;
-license=("MIT")
-depends=("git" "python")
-makedepends=("python-setuptools")
-checkdepends=("python-coverage")
-source=(
-   "$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
-   "version.patch"
-)
-sha256sums=(
-   "48d0bf96c1b0fdf56bf25bf1cef488f4ec1e872ebf0dddc27fd4f91c8615231f"
-   "68757bead7ef4a2ff5af3b8563889564f5105cb75da9a7a7513b8aa198027d6f"
-)
-
-prepare() {
-cd "$pkgname-$pkgver"
-# use_scm_version in setup.py doesn't work from tarballs, inject $pkgver 
instead
-patch -Np1 -i "$srcdir/version.patch"
-sed -i "s|@PKGVER@|$pkgver|" release/setup.py
-}
-
-check() {
-make -C "$pkgname-$pkgver" test
-}
-
-package() {
-cd "$pkgname-$pkgver/release"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd ..
-install -Dm644 Documentation/man1/git-filter-repo.1 
"$pkgdir/usr/share/man/man1/git-filter-repo.1"
-install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING 
COPYING.mit
-}

Copied: git-filter-repo/repos/community-any/PKGBUILD (from rev 769835, 
git-filter-repo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-04 03:25:38 UTC (rev 769836)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=git-filter-repo
+pkgver=2.29.0
+pkgrel=2
+pkgdesc="Quickly rewrite git repository history (filter-branch replacement)"
+arch=("any")
+url="https://github.com/newren/git-filter-repo;
+license=("MIT")
+depends=("git" "python")
+makedepends=("python-setuptools")
+checkdepends=("python-coverage")
+source=(
+   "$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
+   "version.patch"
+)
+sha256sums=(
+   "eb269f6e9b91fcacf676f7d5b8174d962dab5facce2022cc59cb672cd33cd602"
+   "68757bead7ef4a2ff5af3b8563889564f5105cb75da9a7a7513b8aa198027d6f"
+)
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   # use_scm_version in setup.py doesn't work from tarballs, inject 
$pkgver instead
+   patch -Np1 -i "$srcdir/version.patch"
+   sed -i "s|@PKGVER@|$pkgver|" release/setup.py
+}
+
+check() {
+   make -C "$pkgname-$pkgver" test
+}
+
+package() {
+   cd "$pkgname-$pkgver/release"
+   python setup.py install --root="$pkgdir" --optimize=1
+
+   cd ..
+   install -Dm644 Documentation/man1/git-filter-repo.1 
"$pkgdir/usr/share/man/man1/git-filter-repo.1"
+   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING 
COPYING.mit
+}

Deleted: version.patch
===
--- version.patch   2020-12-04 03:25:24 UTC (rev 769835)
+++ version.patch   2020-12-04 03:25:38 UTC (rev 769836)
@@ -1,10 +0,0 @@
-Index: git-filter-repo-2.26.0/release/setup.py
-===
 git-filter-repo-2.26.0.orig/release/setup.py
-+++ git-filter-repo-2.26.0/release/setup.py
-@@ -5,4 +5,4 @@ for f in ['git-filter-repo', 'git_filter
- os.symlink("../"+f, f)
- except FileExistsError:
- pass
--setup(use_scm_version=dict(root="..", relative_to=__file__))
-+setup(version='@PKGVER@')

Copied: git-filter-repo/repos/community-any/version.patch (from rev 769835, 
git-filter-repo/trunk/version.patch)
===
--- version.patch   (rev 0)
+++ version.patch   2020-12-04 03:25:38 UTC (rev 769836)
@@ -0,0 +1,10 @@
+Index: git-filter-repo-2.26.0/release/setup.py
+===
+--- git-filter-repo-2.26.0.orig/release/setup.py
 git-filter-repo-2.26.0/release/setup.py
+@@ -5,4 +5,4 @@ for f in ['git-filter-repo', 'git_filter
+ os.symlink("../"+f, f)
+ except FileExistsError:
+ pass
+-setup(use_scm_version=dict(root="..", relative_to=__file__))
++setup(version='@PKGVER@')


[arch-commits] Commit in git-filter-repo/trunk (PKGBUILD)

2020-12-03 Thread Jerome Leclanche via arch-commits
Date: Friday, December 4, 2020 @ 03:25:24
  Author: jleclanche
Revision: 769835

upgpkg: git-filter-repo 2.29.0-2: Upstream release 2.29.0

Modified:
  git-filter-repo/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 23:52:01 UTC (rev 769834)
+++ PKGBUILD2020-12-04 03:25:24 UTC (rev 769835)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=git-filter-repo
-pkgver=2.27.1
+pkgver=2.29.0
 pkgrel=2
 pkgdesc="Quickly rewrite git repository history (filter-branch replacement)"
 arch=("any")
@@ -15,26 +15,26 @@
"version.patch"
 )
 sha256sums=(
-   "48d0bf96c1b0fdf56bf25bf1cef488f4ec1e872ebf0dddc27fd4f91c8615231f"
+   "eb269f6e9b91fcacf676f7d5b8174d962dab5facce2022cc59cb672cd33cd602"
"68757bead7ef4a2ff5af3b8563889564f5105cb75da9a7a7513b8aa198027d6f"
 )
 
 prepare() {
-cd "$pkgname-$pkgver"
-# use_scm_version in setup.py doesn't work from tarballs, inject $pkgver 
instead
-patch -Np1 -i "$srcdir/version.patch"
-sed -i "s|@PKGVER@|$pkgver|" release/setup.py
+   cd "$pkgname-$pkgver"
+   # use_scm_version in setup.py doesn't work from tarballs, inject 
$pkgver instead
+   patch -Np1 -i "$srcdir/version.patch"
+   sed -i "s|@PKGVER@|$pkgver|" release/setup.py
 }
 
 check() {
-make -C "$pkgname-$pkgver" test
+   make -C "$pkgname-$pkgver" test
 }
 
 package() {
-cd "$pkgname-$pkgver/release"
-python setup.py install --root="$pkgdir" --optimize=1
+   cd "$pkgname-$pkgver/release"
+   python setup.py install --root="$pkgdir" --optimize=1
 
-cd ..
-install -Dm644 Documentation/man1/git-filter-repo.1 
"$pkgdir/usr/share/man/man1/git-filter-repo.1"
-install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING 
COPYING.mit
+   cd ..
+   install -Dm644 Documentation/man1/git-filter-repo.1 
"$pkgdir/usr/share/man/man1/git-filter-repo.1"
+   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING 
COPYING.mit
 }


[arch-commits] Commit in gnucobol/trunk (PKGBUILD)

2020-11-15 Thread Jerome Leclanche via arch-commits
Date: Sunday, November 15, 2020 @ 18:44:24
  Author: jleclanche
Revision: 754642

upgpkg: gnucobol 3.1-1: Upstream release 3.1

Modified:
  gnucobol/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 18:43:49 UTC (rev 754641)
+++ PKGBUILD2020-11-15 18:44:24 UTC (rev 754642)
@@ -1,6 +1,5 @@
 pkgname=gnucobol
-pkgver=3.1rc1
-_tarver="3.1-rc1"
+pkgver=3.1
 pkgdesc="A free, open source and modern COBOL compiler"
 pkgrel=1
 arch=("x86_64")
@@ -10,11 +9,11 @@
 makedepends=("gcc" "help2man")
 options=("!libtool")
 source=(
-   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz;
-   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz.sig;
+   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz;
+   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz.sig;
 )
 sha256sums=(
-   "c2e41c2ba520681a67c570d7246d25c31f7f55c8a145aaec3f6273a500a93a76"
+   "28890804ada74dee1433b5c46f6774ce9740edd2ba047443c3e634217fa0c21a"
"SKIP"
 )
 validpgpkeys=(
@@ -22,7 +21,7 @@
 )
 
 build() {
-   cd "$srcdir/$pkgname-$_tarver"
+   cd "$srcdir/$pkgname-$pkgver"
 
./configure --prefix=/usr --infodir=/usr/share/info
make
@@ -29,7 +28,7 @@
 }
 
 package() {
-   cd "$srcdir/$pkgname-$_tarver"
+   cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
 }
 


[arch-commits] Commit in gnucobol/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-11-15 Thread Jerome Leclanche via arch-commits
Date: Sunday, November 15, 2020 @ 18:44:33
  Author: jleclanche
Revision: 754644

archrelease: copy trunk to community-x86_64

Added:
  gnucobol/repos/community-x86_64/PKGBUILD
(from rev 754643, gnucobol/trunk/PKGBUILD)
Deleted:
  gnucobol/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 18:44:31 UTC (rev 754643)
+++ PKGBUILD2020-11-15 18:44:33 UTC (rev 754644)
@@ -1,35 +0,0 @@
-pkgname=gnucobol
-pkgver=3.1rc1
-_tarver="3.1-rc1"
-pkgdesc="A free, open source and modern COBOL compiler"
-pkgrel=1
-arch=("x86_64")
-url="https://www.gnu.org/software/gnucobol/;
-license=("GPL")
-depends=("db" "gmp")
-makedepends=("gcc" "help2man")
-options=("!libtool")
-source=(
-   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz;
-   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz.sig;
-)
-sha256sums=(
-   "c2e41c2ba520681a67c570d7246d25c31f7f55c8a145aaec3f6273a500a93a76"
-   "SKIP"
-)
-validpgpkeys=(
-   "B9459D0CA8A740B323235CDF13E96B53C005604E"
-)
-
-build() {
-   cd "$srcdir/$pkgname-$_tarver"
-
-   ./configure --prefix=/usr --infodir=/usr/share/info
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$_tarver"
-   make DESTDIR="$pkgdir" install
-}
-

Copied: gnucobol/repos/community-x86_64/PKGBUILD (from rev 754643, 
gnucobol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 18:44:33 UTC (rev 754644)
@@ -0,0 +1,34 @@
+pkgname=gnucobol
+pkgver=3.1
+pkgdesc="A free, open source and modern COBOL compiler"
+pkgrel=1
+arch=("x86_64")
+url="https://www.gnu.org/software/gnucobol/;
+license=("GPL")
+depends=("db" "gmp")
+makedepends=("gcc" "help2man")
+options=("!libtool")
+source=(
+   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz;
+   "https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz.sig;
+)
+sha256sums=(
+   "28890804ada74dee1433b5c46f6774ce9740edd2ba047443c3e634217fa0c21a"
+   "SKIP"
+)
+validpgpkeys=(
+   "B9459D0CA8A740B323235CDF13E96B53C005604E"
+)
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr --infodir=/usr/share/info
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in cdrtools/trunk (PKGBUILD cdrtools.install)

2020-11-12 Thread Jerome Leclanche via arch-commits
Date: Thursday, November 12, 2020 @ 11:57:58
  Author: jleclanche
Revision: 751579

upgpkg: cdrtools 3.02a09-4: cdrtools: Fix #67265

Added:
  cdrtools/trunk/cdrtools.install
Modified:
  cdrtools/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 cdrtools.install |5 +
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 11:57:56 UTC (rev 751578)
+++ PKGBUILD2020-11-12 11:57:58 UTC (rev 751579)
@@ -1,7 +1,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=cdrtools
 pkgver=3.02a09
-pkgrel=3
+pkgrel=4
 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
 arch=('x86_64')
 url="http://cdrecord.org/;
@@ -14,6 +14,7 @@
 backup=('etc/default/cdrecord' 'etc/default/rscsi')
 source=(https://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
 sha256sums=('aa28438f458ef3f314b79f2029db27679dae1d5ffe1569b6de57742511915e81')
+install=cdrtools.install
 
 build() {
   cd "$srcdir"/cdrtools-${pkgver%%a*}

Added: cdrtools.install
===
--- cdrtools.install(rev 0)
+++ cdrtools.install2020-11-12 11:57:58 UTC (rev 751579)
@@ -0,0 +1,5 @@
+post_install() {
+   setcap 
cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep
 /usr/bin/cdrecord
+   setcap 
cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep
 /usr/bin/cdda2wav
+   setcap 
cap_dac_override,cap_sys_admin,cap_net_bind_service,cap_sys_rawio+ep 
/usr/bin/readcd
+}


[arch-commits] Commit in cdrtools/repos/community-x86_64 (3 files)

2020-11-12 Thread Jerome Leclanche via arch-commits
Date: Thursday, November 12, 2020 @ 11:58:07
  Author: jleclanche
Revision: 751581

archrelease: copy trunk to community-x86_64

Added:
  cdrtools/repos/community-x86_64/PKGBUILD
(from rev 751580, cdrtools/trunk/PKGBUILD)
  cdrtools/repos/community-x86_64/cdrtools.install
(from rev 751580, cdrtools/trunk/cdrtools.install)
Deleted:
  cdrtools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  115 ++---
 cdrtools.install |5 ++
 2 files changed, 63 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 11:57:59 UTC (rev 751580)
+++ PKGBUILD2020-11-12 11:58:07 UTC (rev 751581)
@@ -1,57 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.02a09
-pkgrel=3
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('x86_64')
-url="http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-replaces=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(https://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-sha256sums=('aa28438f458ef3f314b79f2029db27679dae1d5ffe1569b6de57742511915e81')
-
-build() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-check() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  make tests
-}
-
-package() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
-
-  # remove unneeded files that may cause conflicts
-  rm -rf "$pkgdir"/usr/include
-  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
-  rm -rf "$pkgdir"/usr/share/man/man3
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
-  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd "$pkgdir"/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-x86_64/PKGBUILD (from rev 751580, 
cdrtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 11:58:07 UTC (rev 751581)
@@ -0,0 +1,58 @@
+# Maintainer: Lukas Jirkovsky 
+pkgname=cdrtools
+pkgver=3.02a09
+pkgrel=4
+pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
+arch=('x86_64')
+url="http://cdrecord.org/;
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+replaces=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(https://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+sha256sums=('aa28438f458ef3f314b79f2029db27679dae1d5ffe1569b6de57742511915e81')
+install=cdrtools.install
+
+build() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+check() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  make tests
+}
+
+package() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
+
+  # remove unneeded files that may cause conflicts
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
+  rm -rf "$pkgdir"/usr/share/man/man3
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
+  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd "$pkgdir"/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-x86_64/cdrtools.install (from rev 751580, 
cdrtools/trunk/cdrtools.install)
===
--- cdrtools.install(rev 0)
+++ cdrtools.install2020-11-12 11:58:07 UTC (rev 751581)
@@ -0,0 +1,5 @@
+post_install() {
+   setcap 
cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep
 /usr/bin/cdrecord
+   setcap 
cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep
 /usr/bin/cdda2wav
+   setcap 

[arch-commits] Commit in foliate/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-26 Thread Jerome Leclanche via arch-commits
Date: Monday, October 26, 2020 @ 09:53:51
  Author: jleclanche
Revision: 733917

archrelease: copy trunk to community-x86_64

Added:
  foliate/repos/community-x86_64/PKGBUILD
(from rev 733916, foliate/trunk/PKGBUILD)
Deleted:
  foliate/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 09:53:36 UTC (rev 733916)
+++ PKGBUILD2020-10-26 09:53:51 UTC (rev 733917)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=foliate
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="A simple and modern GTK eBook reader"
-arch=("x86_64")
-url="https://johnfactotum.github.io/foliate/;
-license=("GPL3")
-depends=("gjs" "iso-codes" "webkit2gtk")
-makedepends=("meson" "ninja" "gettext")
-optdepends=(
-   "dictd: Offline dictionary support"
-   "espeak-ng: Text-to-speech support; also voice package needed"
-   "festival: Text-to-speech support; also voice package needed"
-   "gspell: Spell-checking support"
-   "hyphen: Auto-hyphenation support"
-   "tracker"
-)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=("7c713c7a0793d931c1762f9825a7c27ccf94e39f982a77d7344643e2d25e35ee")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   meson build --prefix=/usr
-   ninja -C build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   DESTDIR="$pkgdir" ninja -C build install
-   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
-}

Copied: foliate/repos/community-x86_64/PKGBUILD (from rev 733916, 
foliate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 09:53:51 UTC (rev 733917)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=foliate
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A simple and modern GTK eBook reader"
+arch=("x86_64")
+url="https://johnfactotum.github.io/foliate/;
+license=("GPL3")
+depends=("gjs" "iso-codes" "webkit2gtk")
+makedepends=("meson" "ninja" "gettext")
+optdepends=(
+   "dictd: Offline dictionary support"
+   "espeak-ng: Text-to-speech support; also voice package needed"
+   "festival: Text-to-speech support; also voice package needed"
+   "gspell: Spell-checking support"
+   "hyphen: Auto-hyphenation support"
+   "tracker"
+)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
+sha256sums=("3b5317b96ccb19aaa79a1ff0a751a7cc5f8607649681c42900daf0f02a4da672")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   meson build --prefix=/usr
+   ninja -C build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   DESTDIR="$pkgdir" ninja -C build install
+   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
+}


[arch-commits] Commit in foliate/trunk (PKGBUILD)

2020-10-26 Thread Jerome Leclanche via arch-commits
Date: Monday, October 26, 2020 @ 09:53:36
  Author: jleclanche
Revision: 733916

upgpkg: foliate 2.5.0-1: Upstream release 2.5.0

Modified:
  foliate/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 08:50:09 UTC (rev 733915)
+++ PKGBUILD2020-10-26 09:53:36 UTC (rev 733916)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=foliate
-pkgver=2.4.2
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="A simple and modern GTK eBook reader"
 arch=("x86_64")
@@ -18,7 +18,7 @@
"tracker"
 )
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=("7c713c7a0793d931c1762f9825a7c27ccf94e39f982a77d7344643e2d25e35ee")
+sha256sums=("3b5317b96ccb19aaa79a1ff0a751a7cc5f8607649681c42900daf0f02a4da672")
 
 
 build() {


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2020-10-20 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 20, 2020 @ 23:21:57
  Author: jleclanche
Revision: 727772

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 727771, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 727771, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-20 23:21:47 UTC (rev 727771)
+++ PKGBUILD2020-10-20 23:21:57 UTC (rev 727772)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.22
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply" "python-setproctitle")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("664e792a764bc3df6511b7124472238a3b6876931ff0fe13731aa1ac79844e28")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 727771, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-20 23:21:57 UTC (rev 727772)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.24
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply" "python-setproctitle")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("22f56aba220046dee2af3342d4477a89682ae303b818e6df901a7d8b0ddce7e0")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2020-10-20 23:21:47 UTC (rev 727771)
+++ xonsh.install   2020-10-20 23:21:57 UTC (rev 727772)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 727771, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2020-10-20 23:21:57 UTC (rev 727772)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2020-10-20 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 20, 2020 @ 23:21:47
  Author: jleclanche
Revision: 727771

upgpkg: xonsh 0.9.24-1: Upstream release 0.9.24

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 22:53:51 UTC (rev 727770)
+++ PKGBUILD2020-10-20 23:21:47 UTC (rev 727771)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.22
+pkgver=0.9.24
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("664e792a764bc3df6511b7124472238a3b6876931ff0fe13731aa1ac79844e28")
+sha256sums=("22f56aba220046dee2af3342d4477a89682ae303b818e6df901a7d8b0ddce7e0")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in python-humanize/trunk (PKGBUILD)

2020-10-20 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 20, 2020 @ 16:14:37
  Author: jleclanche
Revision: 727619

upgpkg: python-humanize 3.1.0-1: Upstream release 3.1.0

Modified:
  python-humanize/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 14:54:53 UTC (rev 727618)
+++ PKGBUILD2020-10-20 16:14:37 UTC (rev 727619)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 _pkgname=humanize
 pkgname=python-$_pkgname
-pkgver=0.5.1
-pkgrel=8
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="Common humanization utilities for Python"
 arch=("any")
 
@@ -11,7 +11,7 @@
 depends=("python")
 makedepends=("python-setuptools")
 
source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha256sums=("a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19")
+sha256sums=("fd3eb915310335c63a54d4507289ecc7b3a7454cd2c22ac5086d061a3cbfd592")
 
 
 check() {


[arch-commits] Commit in python-humanize/repos/community-any (PKGBUILD PKGBUILD)

2020-10-20 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 20, 2020 @ 16:14:49
  Author: jleclanche
Revision: 727620

archrelease: copy trunk to community-any

Added:
  python-humanize/repos/community-any/PKGBUILD
(from rev 727619, python-humanize/trunk/PKGBUILD)
Deleted:
  python-humanize/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-20 16:14:37 UTC (rev 727619)
+++ PKGBUILD2020-10-20 16:14:49 UTC (rev 727620)
@@ -1,31 +0,0 @@
-# Maintainer: Jerome Leclanche 
-_pkgname=humanize
-pkgname=python-$_pkgname
-pkgver=0.5.1
-pkgrel=8
-pkgdesc="Common humanization utilities for Python"
-arch=("any")
-
-url="https://github.com/jmoiron/humanize;
-license=("MIT")
-depends=("python")
-makedepends=("python-setuptools")
-source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha256sums=("a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19")
-
-
-check() {
-   cd "$srcdir/$_pkgname-$pkgver"
-   python setup.py check
-}
-
-build() {
-   cd "$srcdir/$_pkgname-$pkgver"
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$_pkgname-$pkgver"
-   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-   install -Dm 644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-humanize/repos/community-any/PKGBUILD (from rev 727619, 
python-humanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-20 16:14:49 UTC (rev 727620)
@@ -0,0 +1,31 @@
+# Maintainer: Jerome Leclanche 
+_pkgname=humanize
+pkgname=python-$_pkgname
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Common humanization utilities for Python"
+arch=("any")
+
+url="https://github.com/jmoiron/humanize;
+license=("MIT")
+depends=("python")
+makedepends=("python-setuptools")
+source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha256sums=("fd3eb915310335c63a54d4507289ecc7b3a7454cd2c22ac5086d061a3cbfd592")
+
+
+check() {
+   cd "$srcdir/$_pkgname-$pkgver"
+   python setup.py check
+}
+
+build() {
+   cd "$srcdir/$_pkgname-$pkgver"
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$_pkgname-$pkgver"
+   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+   install -Dm 644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in ttf-roboto-mono/trunk (PKGBUILD)

2020-09-28 Thread Jerome Leclanche via arch-commits
Date: Monday, September 28, 2020 @ 15:20:56
  Author: jleclanche
Revision: 713028

upgpkg: ttf-roboto-mono 3.000-1: Upstream release 3.000

Modified:
  ttf-roboto-mono/trunk/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-28 14:52:54 UTC (rev 713027)
+++ PKGBUILD2020-09-28 15:20:56 UTC (rev 713028)
@@ -1,9 +1,9 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=ttf-roboto-mono
-pkgver=2.002
-pkgrel=4
-_commit="5338537ef835a3d9ccf8faf386399f13a30605e2"  # Latest commit touching 
the robotomono tree
+pkgver=3.000
+pkgrel=1
+_commit="4df0b673c9b316ad5e8de8fa70b0768ab66c87d6"  # Latest commit touching 
the robotomono tree
 pkgdesc="A monospaced addition to the Roboto type family."
 arch=("any")
 url="https://fonts.google.com/specimen/Roboto+Mono;
@@ -10,29 +10,29 @@
 license=("Apache")
 source=(

"https://github.com/google/fonts/raw/$_commit/apache/robotomono/LICENSE.txt;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Bold.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-BoldItalic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Italic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Light.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-LightItalic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Medium.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-MediumItalic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Regular.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Thin.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-ThinItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Bold.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-BoldItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Italic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Light.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-LightItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Medium.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-MediumItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Regular.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Thin.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-ThinItalic.ttf;
 )
 sha256sums=(
"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
-   "d5ba59021ad93bc505bc7a5e317aacc8ad408b4790b49b72429ae00659238f83"
-   "5f58d09712433c7f1f367ef5efb9a53c32e4fa64d8c2efadb590b61f7b434310"
-   "abd8c8470d448bdee13c8ee6a9b3e5e75f52617eed83d61139d80cc947855eb1"
-   "8a40d51f12d893655960757e1e1816c973c60354df294def5cca8173055b19c1"
-   "4cc36f82257e6b2290242ec0ee2a87c7b1faa07e0044e484603518cf9fc5c223"
-   "1e1b6ccb0d09ccad6f94cc23e03383a67d1c0f1f0889f6e45cccaf065a223003"
-   "ab985cd18485de9d5b9f5ea66c2a7a04cac9b8dcd7d20b2b86561d491735b43b"
-   "5d2a2caecd820a2ec200daf29a71ea672579adcb938b4bf2c51f1ee317c926b9"
-   "bed66ad44715f4d7836770cd7a3f1888961179de0f59b436703e4a477f92b13a"
-   "c7569d57dc40a12183a7370dc32f599f837d56f01f3bc46d08034d6d256cfc56"
+   "3c669d2987b72e83a924460900aec74448661d857d4de7076dfd08e931887db1"
+   "f11c756558506d22b4f1244b03cfe77dd83ddf37fa334915c1f5107ea99002bd"
+   "a1c3d85c3e9fd456cca6c79d65701ee549ecdeb628bb4578ff0a9290c6a67453"
+   "4f1220ab0b472ddaa9c7cb0057639ca685b6fab04aa85d9e130191970fa3557c"
+   "f231472b7748d96838a3586e4dedd6950799b1251b205af208fa7077e9861df6"
+   "0c4e5c4d4c3c37ca47cb4047ce8821965c8fbe51884d5b0098c79c7afa6e6ab0"
+   "0187ef04f288eaecdd4566732e2fad5f1ad1167298ed187a4f26beb061336ecb"
+   "7432e74ff02682c6e207be405f00381569ec96aa247d232762fe721ae41b39e2"
+   "63d0d03071c90ec5895ccc976eb54b14707efb6d84a05b8f19a34965ae2e31cb"
+   "1cf59149df39277adf11db75b271012d6c0c73cca01967db9e24cb9a8fe4ceed"
 )
 
 package() {


[arch-commits] Commit in ttf-roboto-mono/repos/community-any (PKGBUILD PKGBUILD)

2020-09-28 Thread Jerome Leclanche via arch-commits
Date: Monday, September 28, 2020 @ 15:21:04
  Author: jleclanche
Revision: 713029

archrelease: copy trunk to community-any

Added:
  ttf-roboto-mono/repos/community-any/PKGBUILD
(from rev 713028, ttf-roboto-mono/trunk/PKGBUILD)
Deleted:
  ttf-roboto-mono/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-28 15:20:56 UTC (rev 713028)
+++ PKGBUILD2020-09-28 15:21:04 UTC (rev 713029)
@@ -1,43 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=ttf-roboto-mono
-pkgver=2.002
-pkgrel=4
-_commit="5338537ef835a3d9ccf8faf386399f13a30605e2"  # Latest commit touching 
the robotomono tree
-pkgdesc="A monospaced addition to the Roboto type family."
-arch=("any")
-url="https://fonts.google.com/specimen/Roboto+Mono;
-license=("Apache")
-source=(
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/LICENSE.txt;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Bold.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-BoldItalic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Italic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Light.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-LightItalic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Medium.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-MediumItalic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Regular.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Thin.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-ThinItalic.ttf;
-)
-sha256sums=(
-   "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
-   "d5ba59021ad93bc505bc7a5e317aacc8ad408b4790b49b72429ae00659238f83"
-   "5f58d09712433c7f1f367ef5efb9a53c32e4fa64d8c2efadb590b61f7b434310"
-   "abd8c8470d448bdee13c8ee6a9b3e5e75f52617eed83d61139d80cc947855eb1"
-   "8a40d51f12d893655960757e1e1816c973c60354df294def5cca8173055b19c1"
-   "4cc36f82257e6b2290242ec0ee2a87c7b1faa07e0044e484603518cf9fc5c223"
-   "1e1b6ccb0d09ccad6f94cc23e03383a67d1c0f1f0889f6e45cccaf065a223003"
-   "ab985cd18485de9d5b9f5ea66c2a7a04cac9b8dcd7d20b2b86561d491735b43b"
-   "5d2a2caecd820a2ec200daf29a71ea672579adcb938b4bf2c51f1ee317c926b9"
-   "bed66ad44715f4d7836770cd7a3f1888961179de0f59b436703e4a477f92b13a"
-   "c7569d57dc40a12183a7370dc32f599f837d56f01f3bc46d08034d6d256cfc56"
-)
-
-package() {
-   install -d "$pkgdir/usr/share/fonts/TTF/"
-   install -m644 "$srcdir/"*.ttf "$pkgdir/usr/share/fonts/TTF/"
-   install -D -m644 "$srcdir/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: ttf-roboto-mono/repos/community-any/PKGBUILD (from rev 713028, 
ttf-roboto-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-28 15:21:04 UTC (rev 713029)
@@ -0,0 +1,43 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=ttf-roboto-mono
+pkgver=3.000
+pkgrel=1
+_commit="4df0b673c9b316ad5e8de8fa70b0768ab66c87d6"  # Latest commit touching 
the robotomono tree
+pkgdesc="A monospaced addition to the Roboto type family."
+arch=("any")
+url="https://fonts.google.com/specimen/Roboto+Mono;
+license=("Apache")
+source=(
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/LICENSE.txt;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Bold.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-BoldItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Italic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Light.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-LightItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Medium.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-MediumItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Regular.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-Thin.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/static/RobotoMono-ThinItalic.ttf;
+)
+sha256sums=(
+   "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
+   

[arch-commits] Commit in prettier/trunk (PKGBUILD)

2020-09-17 Thread Jerome Leclanche via arch-commits
Date: Thursday, September 17, 2020 @ 09:39:43
  Author: jleclanche
Revision: 708568

upgpkg: prettier 2.1.2-1: Upstream release 2.1.2

Modified:
  prettier/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-17 09:39:37 UTC (rev 708567)
+++ PKGBUILD2020-09-17 09:39:43 UTC (rev 708568)
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=prettier
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
 arch=("any")
@@ -11,7 +11,7 @@
 depends=("nodejs")
 makedepends=("yarn")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('ffe46a59aa3a897112e6818ecb19a5e4f854c62b583301254685eb5cea947f31')
+sha256sums=("340ac7f7dce7aec94269ec0ba3024feb7f7b2939ee7842d0f2996ffd7e5d5c16")
 
 build() {
 cd "$pkgname-$pkgver"


[arch-commits] Commit in prettier/repos/community-any (PKGBUILD PKGBUILD)

2020-09-17 Thread Jerome Leclanche via arch-commits
Date: Thursday, September 17, 2020 @ 09:39:52
  Author: jleclanche
Revision: 708570

archrelease: copy trunk to community-any

Added:
  prettier/repos/community-any/PKGBUILD
(from rev 708569, prettier/trunk/PKGBUILD)
Deleted:
  prettier/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-17 09:39:49 UTC (rev 708569)
+++ PKGBUILD2020-09-17 09:39:52 UTC (rev 708570)
@@ -1,30 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=prettier
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
-arch=("any")
-url="https://prettier.io/;
-license=("MIT")
-depends=("nodejs")
-makedepends=("yarn")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('ffe46a59aa3a897112e6818ecb19a5e4f854c62b583301254685eb5cea947f31')
-
-build() {
-cd "$pkgname-$pkgver"
-yarn
-yarn build
-}
-
-package() {
-install -d "$pkgdir/usr/lib/$pkgname"
-cd "$pkgdir/usr/lib/$pkgname"
-cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
-
-install -d "$pkgdir/usr/bin"
-ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
-}

Copied: prettier/repos/community-any/PKGBUILD (from rev 708569, 
prettier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-17 09:39:52 UTC (rev 708570)
@@ -0,0 +1,30 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=prettier
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
+arch=("any")
+url="https://prettier.io/;
+license=("MIT")
+depends=("nodejs")
+makedepends=("yarn")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("340ac7f7dce7aec94269ec0ba3024feb7f7b2939ee7842d0f2996ffd7e5d5c16")
+
+build() {
+cd "$pkgname-$pkgver"
+yarn
+yarn build
+}
+
+package() {
+install -d "$pkgdir/usr/lib/$pkgname"
+cd "$pkgdir/usr/lib/$pkgname"
+cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
+
+install -d "$pkgdir/usr/bin"
+ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2020-09-17 Thread Jerome Leclanche via arch-commits
Date: Thursday, September 17, 2020 @ 09:17:36
  Author: jleclanche
Revision: 708565

upgpkg: xonsh 0.9.22-1: Upstream release 0.9.22

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-17 07:27:09 UTC (rev 708564)
+++ PKGBUILD2020-09-17 09:17:36 UTC (rev 708565)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.21
+pkgver=0.9.22
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("5a9d1b002f4e18166bdd9f90e78750045164e7fd16e1e979625047a98d6c7df0")
+sha256sums=("664e792a764bc3df6511b7124472238a3b6876931ff0fe13731aa1ac79844e28")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2020-09-17 Thread Jerome Leclanche via arch-commits
Date: Thursday, September 17, 2020 @ 09:17:46
  Author: jleclanche
Revision: 708566

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 708565, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 708565, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-17 09:17:36 UTC (rev 708565)
+++ PKGBUILD2020-09-17 09:17:46 UTC (rev 708566)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.21
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply" "python-setproctitle")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("5a9d1b002f4e18166bdd9f90e78750045164e7fd16e1e979625047a98d6c7df0")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 708565, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-17 09:17:46 UTC (rev 708566)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.22
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply" "python-setproctitle")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("664e792a764bc3df6511b7124472238a3b6876931ff0fe13731aa1ac79844e28")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2020-09-17 09:17:36 UTC (rev 708565)
+++ xonsh.install   2020-09-17 09:17:46 UTC (rev 708566)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 708565, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2020-09-17 09:17:46 UTC (rev 708566)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2020-09-04 Thread Jerome Leclanche via arch-commits
Date: Friday, September 4, 2020 @ 07:38:53
  Author: jleclanche
Revision: 697869

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 697868, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 697868, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-04 07:38:41 UTC (rev 697868)
+++ PKGBUILD2020-09-04 07:38:53 UTC (rev 697869)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.18
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply" "python-setproctitle")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("39b864991ac6eca7bd484fe1f9b2932d44ceb2b2a0deaa3679200e43fa4e")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 697868, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-04 07:38:53 UTC (rev 697869)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.21
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply" "python-setproctitle")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("5a9d1b002f4e18166bdd9f90e78750045164e7fd16e1e979625047a98d6c7df0")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2020-09-04 07:38:41 UTC (rev 697868)
+++ xonsh.install   2020-09-04 07:38:53 UTC (rev 697869)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 697868, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2020-09-04 07:38:53 UTC (rev 697869)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2020-09-04 Thread Jerome Leclanche via arch-commits
Date: Friday, September 4, 2020 @ 07:38:41
  Author: jleclanche
Revision: 697868

upgpkg: xonsh 0.9.21-1: Upstream release 0.9.21

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-04 01:46:04 UTC (rev 697867)
+++ PKGBUILD2020-09-04 07:38:41 UTC (rev 697868)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.18
+pkgver=0.9.21
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("39b864991ac6eca7bd484fe1f9b2932d44ceb2b2a0deaa3679200e43fa4e")
+sha256sums=("5a9d1b002f4e18166bdd9f90e78750045164e7fd16e1e979625047a98d6c7df0")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in foliate/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-13 Thread Jerome Leclanche via arch-commits
Date: Monday, July 13, 2020 @ 16:27:25
  Author: jleclanche
Revision: 663429

archrelease: copy trunk to community-x86_64

Added:
  foliate/repos/community-x86_64/PKGBUILD
(from rev 663428, foliate/trunk/PKGBUILD)
Deleted:
  foliate/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 16:27:00 UTC (rev 663428)
+++ PKGBUILD2020-07-13 16:27:25 UTC (rev 663429)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=foliate
-pkgver=2.4.0
-pkgrel=2
-pkgdesc="A simple and modern GTK eBook reader"
-arch=("x86_64")
-url="https://johnfactotum.github.io/foliate/;
-license=("GPL3")
-depends=("gjs" "iso-codes" "webkit2gtk")
-makedepends=("meson" "ninja" "gettext")
-optdepends=(
-   "dictd: Offline dictionary support"
-   "espeak-ng: Text-to-speech support; also voice package needed"
-   "festival: Text-to-speech support; also voice package needed"
-   "gspell: Spell-checking support"
-   "hyphen: Auto-hyphenation support"
-   "tracker"
-)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=("71ec508c30747afcc3c51c2147dbf2738ccc38cb2e38dd20de6c1189042f0e53")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   meson build --prefix=/usr
-   ninja -C build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   DESTDIR="$pkgdir" ninja -C build install
-   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
-}

Copied: foliate/repos/community-x86_64/PKGBUILD (from rev 663428, 
foliate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 16:27:25 UTC (rev 663429)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=foliate
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="A simple and modern GTK eBook reader"
+arch=("x86_64")
+url="https://johnfactotum.github.io/foliate/;
+license=("GPL3")
+depends=("gjs" "iso-codes" "webkit2gtk")
+makedepends=("meson" "ninja" "gettext")
+optdepends=(
+   "dictd: Offline dictionary support"
+   "espeak-ng: Text-to-speech support; also voice package needed"
+   "festival: Text-to-speech support; also voice package needed"
+   "gspell: Spell-checking support"
+   "hyphen: Auto-hyphenation support"
+   "tracker"
+)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
+sha256sums=("7c713c7a0793d931c1762f9825a7c27ccf94e39f982a77d7344643e2d25e35ee")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   meson build --prefix=/usr
+   ninja -C build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   DESTDIR="$pkgdir" ninja -C build install
+   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
+}


[arch-commits] Commit in foliate/trunk (PKGBUILD)

2020-07-13 Thread Jerome Leclanche via arch-commits
Date: Monday, July 13, 2020 @ 16:27:00
  Author: jleclanche
Revision: 663428

upgpkg: foliate 2.4.2-1: Upstream release 2.4.2

Modified:
  foliate/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 16:24:45 UTC (rev 663427)
+++ PKGBUILD2020-07-13 16:27:00 UTC (rev 663428)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=foliate
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.4.2
+pkgrel=1
 pkgdesc="A simple and modern GTK eBook reader"
 arch=("x86_64")
 url="https://johnfactotum.github.io/foliate/;
@@ -18,7 +18,7 @@
"tracker"
 )
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=("71ec508c30747afcc3c51c2147dbf2738ccc38cb2e38dd20de6c1189042f0e53")
+sha256sums=("7c713c7a0793d931c1762f9825a7c27ccf94e39f982a77d7344643e2d25e35ee")
 
 
 build() {


[arch-commits] Commit in foliate/trunk (PKGBUILD)

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 21:30:31
  Author: jleclanche
Revision: 657763

upgpkg: foliate 2.4.0-2: Drop libsoup dependency

Modified:
  foliate/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 18:11:04 UTC (rev 657762)
+++ PKGBUILD2020-07-04 21:30:31 UTC (rev 657763)
@@ -2,12 +2,12 @@
 
 pkgname=foliate
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple and modern GTK eBook reader"
 arch=("x86_64")
 url="https://johnfactotum.github.io/foliate/;
 license=("GPL3")
-depends=("gjs" "iso-codes" "libsoup" "webkit2gtk")
+depends=("gjs" "iso-codes" "webkit2gtk")
 makedepends=("meson" "ninja" "gettext")
 optdepends=(
"dictd: Offline dictionary support"


[arch-commits] Commit in foliate/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 21:30:40
  Author: jleclanche
Revision: 657764

archrelease: copy trunk to community-x86_64

Added:
  foliate/repos/community-x86_64/PKGBUILD
(from rev 657763, foliate/trunk/PKGBUILD)
Deleted:
  foliate/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 21:30:31 UTC (rev 657763)
+++ PKGBUILD2020-07-04 21:30:40 UTC (rev 657764)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=foliate
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="A simple and modern GTK eBook reader"
-arch=("x86_64")
-url="https://johnfactotum.github.io/foliate/;
-license=("GPL3")
-depends=("gjs" "iso-codes" "libsoup" "webkit2gtk")
-makedepends=("meson" "ninja" "gettext")
-optdepends=(
-   "dictd: Offline dictionary support"
-   "espeak-ng: Text-to-speech support; also voice package needed"
-   "festival: Text-to-speech support; also voice package needed"
-   "gspell: Spell-checking support"
-   "hyphen: Auto-hyphenation support"
-   "tracker"
-)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=("71ec508c30747afcc3c51c2147dbf2738ccc38cb2e38dd20de6c1189042f0e53")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   meson build --prefix=/usr
-   ninja -C build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   DESTDIR="$pkgdir" ninja -C build install
-   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
-}

Copied: foliate/repos/community-x86_64/PKGBUILD (from rev 657763, 
foliate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 21:30:40 UTC (rev 657764)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=foliate
+pkgver=2.4.0
+pkgrel=2
+pkgdesc="A simple and modern GTK eBook reader"
+arch=("x86_64")
+url="https://johnfactotum.github.io/foliate/;
+license=("GPL3")
+depends=("gjs" "iso-codes" "webkit2gtk")
+makedepends=("meson" "ninja" "gettext")
+optdepends=(
+   "dictd: Offline dictionary support"
+   "espeak-ng: Text-to-speech support; also voice package needed"
+   "festival: Text-to-speech support; also voice package needed"
+   "gspell: Spell-checking support"
+   "hyphen: Auto-hyphenation support"
+   "tracker"
+)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
+sha256sums=("71ec508c30747afcc3c51c2147dbf2738ccc38cb2e38dd20de6c1189042f0e53")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   meson build --prefix=/usr
+   ninja -C build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   DESTDIR="$pkgdir" ninja -C build install
+   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
+}


[arch-commits] Commit in gnucobol/trunk (PKGBUILD)

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 16:03:03
  Author: jleclanche
Revision: 657745

upgpkg: gnucobol 3.1rc1-1: Upstream release 3.1rc1

Modified:
  gnucobol/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 16 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:59:32 UTC (rev 657744)
+++ PKGBUILD2020-07-04 16:03:03 UTC (rev 657745)
@@ -1,16 +1,25 @@
 pkgname=gnucobol
-pkgver=3.0rc1
-_tarver="3.0-rc1"
-pkgdesc="The open source GNU COBOL compiler"
+pkgver=3.1rc1
+_tarver="3.1-rc1"
+pkgdesc="A free, open source and modern COBOL compiler"
 pkgrel=1
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/open-cobol/;
+arch=("x86_64")
+url="https://www.gnu.org/software/gnucobol/;
 license=("GPL")
 depends=("db" "gmp")
 makedepends=("gcc" "help2man")
 options=("!libtool")
-source=("$pkgname-$pkgver.tar.xz"::"https://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-$_tarver.tar.xz;)
-sha256sums=("bf76441ee7f8dc9aeb78291231f32273eafc4ec827f26840846a257a04bbc594")
+source=(
+   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz;
+   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz.sig;
+)
+sha256sums=(
+   "c2e41c2ba520681a67c570d7246d25c31f7f55c8a145aaec3f6273a500a93a76"
+   "SKIP"
+)
+validpgpkeys=(
+   "B9459D0CA8A740B323235CDF13E96B53C005604E"
+)
 
 build() {
cd "$srcdir/$pkgname-$_tarver"


[arch-commits] Commit in gnucobol/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 16:03:06
  Author: jleclanche
Revision: 657746

archrelease: copy trunk to community-x86_64

Added:
  gnucobol/repos/community-x86_64/PKGBUILD
(from rev 657745, gnucobol/trunk/PKGBUILD)
Deleted:
  gnucobol/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   61 +++--
 1 file changed, 35 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 16:03:03 UTC (rev 657745)
+++ PKGBUILD2020-07-04 16:03:06 UTC (rev 657746)
@@ -1,26 +0,0 @@
-pkgname=gnucobol
-pkgver=3.0rc1
-_tarver="3.0-rc1"
-pkgdesc="The open source GNU COBOL compiler"
-pkgrel=1
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/open-cobol/;
-license=("GPL")
-depends=("db" "gmp")
-makedepends=("gcc" "help2man")
-options=("!libtool")
-source=("$pkgname-$pkgver.tar.xz"::"http://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-$_tarver.tar.xz;)
-sha256sums=("bf76441ee7f8dc9aeb78291231f32273eafc4ec827f26840846a257a04bbc594")
-
-build() {
-   cd "$srcdir/$pkgname-$_tarver"
-
-   ./configure --prefix=/usr --infodir=/usr/share/info
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$_tarver"
-   make DESTDIR="$pkgdir" install
-}
-

Copied: gnucobol/repos/community-x86_64/PKGBUILD (from rev 657745, 
gnucobol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 16:03:06 UTC (rev 657746)
@@ -0,0 +1,35 @@
+pkgname=gnucobol
+pkgver=3.1rc1
+_tarver="3.1-rc1"
+pkgdesc="A free, open source and modern COBOL compiler"
+pkgrel=1
+arch=("x86_64")
+url="https://www.gnu.org/software/gnucobol/;
+license=("GPL")
+depends=("db" "gmp")
+makedepends=("gcc" "help2man")
+options=("!libtool")
+source=(
+   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz;
+   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz.sig;
+)
+sha256sums=(
+   "c2e41c2ba520681a67c570d7246d25c31f7f55c8a145aaec3f6273a500a93a76"
+   "SKIP"
+)
+validpgpkeys=(
+   "B9459D0CA8A740B323235CDF13E96B53C005604E"
+)
+
+build() {
+   cd "$srcdir/$pkgname-$_tarver"
+
+   ./configure --prefix=/usr --infodir=/usr/share/info
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$_tarver"
+   make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in git-filter-repo/repos/community-any (4 files)

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 15:53:21
  Author: jleclanche
Revision: 657720

archrelease: copy trunk to community-any

Added:
  git-filter-repo/repos/community-any/PKGBUILD
(from rev 657719, git-filter-repo/trunk/PKGBUILD)
  git-filter-repo/repos/community-any/version.patch
(from rev 657719, git-filter-repo/trunk/version.patch)
Deleted:
  git-filter-repo/repos/community-any/PKGBUILD
  git-filter-repo/repos/community-any/version.patch

---+
 PKGBUILD  |   80 
 version.patch |   20 +++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:53:18 UTC (rev 657719)
+++ PKGBUILD2020-07-04 15:53:21 UTC (rev 657720)
@@ -1,40 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=git-filter-repo
-pkgver=2.26.0
-pkgrel=2
-pkgdesc="Quickly rewrite git repository history (filter-branch replacement)"
-arch=("any")
-url="https://github.com/newren/git-filter-repo;
-license=("MIT")
-depends=("git" "python")
-makedepends=("python-setuptools")
-checkdepends=("python-coverage")
-source=(
-   "$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
-   "version.patch"
-)
-sha256sums=(
-   "537ac38f49cb5bbb08b1feb7563bace54c34b4d04427e9245c2081654c3ca095"
-   "68757bead7ef4a2ff5af3b8563889564f5105cb75da9a7a7513b8aa198027d6f"
-)
-
-prepare() {
-cd "$pkgname-$pkgver"
-# use_scm_version in setup.py doesn't work from tarballs, inject $pkgver 
instead
-patch -Np1 -i "$srcdir/version.patch"
-sed -i "s|@PKGVER@|$pkgver|" release/setup.py
-}
-
-check() {
-make -C "$pkgname-$pkgver" test
-}
-
-package() {
-cd "$pkgname-$pkgver/release"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd ..
-install -Dm644 Documentation/man1/git-filter-repo.1 
"$pkgdir/usr/share/man/man1/git-filter-repo.1"
-install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING 
COPYING.mit
-}

Copied: git-filter-repo/repos/community-any/PKGBUILD (from rev 657719, 
git-filter-repo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:53:21 UTC (rev 657720)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=git-filter-repo
+pkgver=2.27.1
+pkgrel=1
+pkgdesc="Quickly rewrite git repository history (filter-branch replacement)"
+arch=("any")
+url="https://github.com/newren/git-filter-repo;
+license=("MIT")
+depends=("git" "python")
+makedepends=("python-setuptools")
+checkdepends=("python-coverage")
+source=(
+   "$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
+   "version.patch"
+)
+sha256sums=(
+   "48d0bf96c1b0fdf56bf25bf1cef488f4ec1e872ebf0dddc27fd4f91c8615231f"
+   "68757bead7ef4a2ff5af3b8563889564f5105cb75da9a7a7513b8aa198027d6f"
+)
+
+prepare() {
+cd "$pkgname-$pkgver"
+# use_scm_version in setup.py doesn't work from tarballs, inject $pkgver 
instead
+patch -Np1 -i "$srcdir/version.patch"
+sed -i "s|@PKGVER@|$pkgver|" release/setup.py
+}
+
+check() {
+make -C "$pkgname-$pkgver" test
+}
+
+package() {
+cd "$pkgname-$pkgver/release"
+python setup.py install --root="$pkgdir" --optimize=1
+
+cd ..
+install -Dm644 Documentation/man1/git-filter-repo.1 
"$pkgdir/usr/share/man/man1/git-filter-repo.1"
+install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING 
COPYING.mit
+}

Deleted: version.patch
===
--- version.patch   2020-07-04 15:53:18 UTC (rev 657719)
+++ version.patch   2020-07-04 15:53:21 UTC (rev 657720)
@@ -1,10 +0,0 @@
-Index: git-filter-repo-2.26.0/release/setup.py
-===
 git-filter-repo-2.26.0.orig/release/setup.py
-+++ git-filter-repo-2.26.0/release/setup.py
-@@ -5,4 +5,4 @@ for f in ['git-filter-repo', 'git_filter
- os.symlink("../"+f, f)
- except FileExistsError:
- pass
--setup(use_scm_version=dict(root="..", relative_to=__file__))
-+setup(version='@PKGVER@')

Copied: git-filter-repo/repos/community-any/version.patch (from rev 657719, 
git-filter-repo/trunk/version.patch)
===
--- version.patch   (rev 0)
+++ version.patch   2020-07-04 15:53:21 UTC (rev 657720)
@@ -0,0 +1,10 @@
+Index: git-filter-repo-2.26.0/release/setup.py
+===
+--- git-filter-repo-2.26.0.orig/release/setup.py
 git-filter-repo-2.26.0/release/setup.py
+@@ -5,4 +5,4 @@ for f in ['git-filter-repo', 'git_filter
+ os.symlink("../"+f, f)
+ except FileExistsError:
+ pass
+-setup(use_scm_version=dict(root="..", relative_to=__file__))
++setup(version='@PKGVER@')


[arch-commits] Commit in git-filter-repo/trunk (PKGBUILD)

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 15:53:18
  Author: jleclanche
Revision: 657719

upgpkg: git-filter-repo 2.27.1-1: Upstream release 2.27.1

Modified:
  git-filter-repo/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:50:55 UTC (rev 657718)
+++ PKGBUILD2020-07-04 15:53:18 UTC (rev 657719)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=git-filter-repo
-pkgver=2.26.0
-pkgrel=2
+pkgver=2.27.1
+pkgrel=1
 pkgdesc="Quickly rewrite git repository history (filter-branch replacement)"
 arch=("any")
 url="https://github.com/newren/git-filter-repo;
@@ -15,7 +15,7 @@
"version.patch"
 )
 sha256sums=(
-   "537ac38f49cb5bbb08b1feb7563bace54c34b4d04427e9245c2081654c3ca095"
+   "48d0bf96c1b0fdf56bf25bf1cef488f4ec1e872ebf0dddc27fd4f91c8615231f"
"68757bead7ef4a2ff5af3b8563889564f5105cb75da9a7a7513b8aa198027d6f"
 )
 


[arch-commits] Commit in foliate/trunk (PKGBUILD)

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 15:50:46
  Author: jleclanche
Revision: 657717

upgpkg: foliate 2.4.0-1: Upstream release 2.4.0

Modified:
  foliate/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:42:57 UTC (rev 657716)
+++ PKGBUILD2020-07-04 15:50:46 UTC (rev 657717)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=foliate
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="A simple and modern GTK eBook reader"
 arch=("x86_64")
 url="https://johnfactotum.github.io/foliate/;
@@ -18,7 +18,7 @@
"tracker"
 )
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=('96f0eb3426300293242331a8a67fedf92b7cec46774512d19c691f42e06ce187')
+sha256sums=("71ec508c30747afcc3c51c2147dbf2738ccc38cb2e38dd20de6c1189042f0e53")
 
 
 build() {


[arch-commits] Commit in foliate/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 15:50:55
  Author: jleclanche
Revision: 657718

archrelease: copy trunk to community-x86_64

Added:
  foliate/repos/community-x86_64/PKGBUILD
(from rev 657717, foliate/trunk/PKGBUILD)
Deleted:
  foliate/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:50:46 UTC (rev 657717)
+++ PKGBUILD2020-07-04 15:50:55 UTC (rev 657718)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=foliate
-pkgver=2.3.0
-pkgrel=2
-pkgdesc="A simple and modern GTK eBook reader"
-arch=("x86_64")
-url="https://johnfactotum.github.io/foliate/;
-license=("GPL3")
-depends=("gjs" "iso-codes" "libsoup" "webkit2gtk")
-makedepends=("meson" "ninja" "gettext")
-optdepends=(
-   "dictd: Offline dictionary support"
-   "espeak-ng: Text-to-speech support; also voice package needed"
-   "festival: Text-to-speech support; also voice package needed"
-   "gspell: Spell-checking support"
-   "hyphen: Auto-hyphenation support"
-   "tracker"
-)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=('96f0eb3426300293242331a8a67fedf92b7cec46774512d19c691f42e06ce187')
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   meson build --prefix=/usr
-   ninja -C build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   DESTDIR="$pkgdir" ninja -C build install
-   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
-}

Copied: foliate/repos/community-x86_64/PKGBUILD (from rev 657717, 
foliate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:50:55 UTC (rev 657718)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=foliate
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A simple and modern GTK eBook reader"
+arch=("x86_64")
+url="https://johnfactotum.github.io/foliate/;
+license=("GPL3")
+depends=("gjs" "iso-codes" "libsoup" "webkit2gtk")
+makedepends=("meson" "ninja" "gettext")
+optdepends=(
+   "dictd: Offline dictionary support"
+   "espeak-ng: Text-to-speech support; also voice package needed"
+   "festival: Text-to-speech support; also voice package needed"
+   "gspell: Spell-checking support"
+   "hyphen: Auto-hyphenation support"
+   "tracker"
+)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
+sha256sums=("71ec508c30747afcc3c51c2147dbf2738ccc38cb2e38dd20de6c1189042f0e53")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   meson build --prefix=/usr
+   ninja -C build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   DESTDIR="$pkgdir" ninja -C build install
+   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
+}


[arch-commits] Commit in foliate/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-19 Thread Jerome Leclanche via arch-commits
Date: Friday, June 19, 2020 @ 17:59:11
  Author: jleclanche
Revision: 647800

archrelease: copy trunk to community-x86_64

Added:
  foliate/repos/community-x86_64/PKGBUILD
(from rev 647799, foliate/trunk/PKGBUILD)
Deleted:
  foliate/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 +++--
 1 file changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-19 17:58:56 UTC (rev 647799)
+++ PKGBUILD2020-06-19 17:59:11 UTC (rev 647800)
@@ -1,32 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=foliate
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="A simple and modern GTK eBook reader"
-arch=("x86_64")
-url="https://johnfactotum.github.io/foliate/;
-license=("GPL3")
-depends=("gjs"  "webkit2gtk")
-makedepends=("meson" "ninja" "gettext")
-optdepends=(
-   "hyphen: Auto-hyphenation support"
-   "dictd: Offline dictionary support"
-   "festival: Text-to-speech support; also voice package needed"
-   "espeak-ng: Text-to-speech support; also voice package needed"
-)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=('96f0eb3426300293242331a8a67fedf92b7cec46774512d19c691f42e06ce187')
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   meson build --prefix=/usr
-   ninja -C build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   DESTDIR="$pkgdir" ninja -C build install
-   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
-}

Copied: foliate/repos/community-x86_64/PKGBUILD (from rev 647799, 
foliate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-19 17:59:11 UTC (rev 647800)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=foliate
+pkgver=2.3.0
+pkgrel=2
+pkgdesc="A simple and modern GTK eBook reader"
+arch=("x86_64")
+url="https://johnfactotum.github.io/foliate/;
+license=("GPL3")
+depends=("gjs" "iso-codes" "libsoup" "webkit2gtk")
+makedepends=("meson" "ninja" "gettext")
+optdepends=(
+   "dictd: Offline dictionary support"
+   "espeak-ng: Text-to-speech support; also voice package needed"
+   "festival: Text-to-speech support; also voice package needed"
+   "gspell: Spell-checking support"
+   "hyphen: Auto-hyphenation support"
+   "tracker"
+)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
+sha256sums=('96f0eb3426300293242331a8a67fedf92b7cec46774512d19c691f42e06ce187')
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   meson build --prefix=/usr
+   ninja -C build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   DESTDIR="$pkgdir" ninja -C build install
+   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
+}


[arch-commits] Commit in foliate/trunk (PKGBUILD)

2020-06-19 Thread Jerome Leclanche via arch-commits
Date: Friday, June 19, 2020 @ 17:58:56
  Author: jleclanche
Revision: 647799

upgpkg: foliate 2.3.0-2: Rebuild with updated dependencies

Modified:
  foliate/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-19 17:39:53 UTC (rev 647798)
+++ PKGBUILD2020-06-19 17:58:56 UTC (rev 647799)
@@ -2,18 +2,20 @@
 
 pkgname=foliate
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple and modern GTK eBook reader"
 arch=("x86_64")
 url="https://johnfactotum.github.io/foliate/;
 license=("GPL3")
-depends=("gjs"  "webkit2gtk")
+depends=("gjs" "iso-codes" "libsoup" "webkit2gtk")
 makedepends=("meson" "ninja" "gettext")
 optdepends=(
-   "hyphen: Auto-hyphenation support"
"dictd: Offline dictionary support"
+   "espeak-ng: Text-to-speech support; also voice package needed"
"festival: Text-to-speech support; also voice package needed"
-   "espeak-ng: Text-to-speech support; also voice package needed"
+   "gspell: Spell-checking support"
+   "hyphen: Auto-hyphenation support"
+   "tracker"
 )
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
 sha256sums=('96f0eb3426300293242331a8a67fedf92b7cec46774512d19c691f42e06ce187')


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2020-06-09 Thread Jerome Leclanche via arch-commits
Date: Tuesday, June 9, 2020 @ 15:46:01
  Author: jleclanche
Revision: 640802

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 640801, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 640801, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-09 15:45:51 UTC (rev 640801)
+++ PKGBUILD2020-06-09 15:46:01 UTC (rev 640802)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.14
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply" "python-setproctitle")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("b876c9f1e39842cf995d7a7676955c2f9aaa5ea7f3a7374e813243fbf5d218bf")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 640801, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-09 15:46:01 UTC (rev 640802)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply" "python-setproctitle")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("39b864991ac6eca7bd484fe1f9b2932d44ceb2b2a0deaa3679200e43fa4e")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2020-06-09 15:45:51 UTC (rev 640801)
+++ xonsh.install   2020-06-09 15:46:01 UTC (rev 640802)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 640801, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2020-06-09 15:46:01 UTC (rev 640802)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2020-06-09 Thread Jerome Leclanche via arch-commits
Date: Tuesday, June 9, 2020 @ 15:45:51
  Author: jleclanche
Revision: 640801

upgpkg: xonsh 0.9.18-1: Upstream release 0.9.18

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 15:41:56 UTC (rev 640800)
+++ PKGBUILD2020-06-09 15:45:51 UTC (rev 640801)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.14
+pkgver=0.9.18
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("b876c9f1e39842cf995d7a7676955c2f9aaa5ea7f3a7374e813243fbf5d218bf")
+sha256sums=("39b864991ac6eca7bd484fe1f9b2932d44ceb2b2a0deaa3679200e43fa4e")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in terraform/repos/community-x86_64 (6 files)

2020-06-03 Thread Jerome Leclanche via arch-commits
Date: Wednesday, June 3, 2020 @ 14:36:43
  Author: jleclanche
Revision: 638258

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/CHANGELOG.md
(from rev 638257, terraform/trunk/CHANGELOG.md)
  terraform/repos/community-x86_64/PKGBUILD
(from rev 638257, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/test-backport.patch
(from rev 638257, terraform/trunk/test-backport.patch)
Deleted:
  terraform/repos/community-x86_64/CHANGELOG.md
  terraform/repos/community-x86_64/PKGBUILD
  terraform/repos/community-x86_64/test-backport.patch

-+
 CHANGELOG.md|   58 -
 PKGBUILD|   86 ++
 test-backport.patch |   64 ++---
 3 files changed, 107 insertions(+), 101 deletions(-)

Deleted: CHANGELOG.md
===
--- CHANGELOG.md2020-06-03 14:36:12 UTC (rev 638257)
+++ CHANGELOG.md2020-06-03 14:36:43 UTC (rev 638258)
@@ -1,29 +0,0 @@
-## 0.13.0 (Unreleased)
-
-BREAKING CHANGES:
-
-* command/import: remove the deprecated `-provider` command line argument 
[GH-24090]
-#22862 fixed a bug where the `import` command was not properly attaching the 
configured provider for a resource to be imported, making the `-provider` 
command line argument unnecessary. 
-* config: Inside `provisioner` blocks that have `when = destroy` set, and 
inside any `connection` blocks that are used by such `provisioner` blocks, it 
is now an error to refer to any objects other than `self`, `count`, or `each` 
[GH-24083]
-* config: The `merge` function now returns more precise type information, 
making it usable for values passed to `for_each` [GH-24032]
-* The official MacOS builds of Terraform CLI are no longer compatible with Mac 
OS 10.10 Yosemite; Terraform now requires at least Mac OS 10.11 El Capitan. 
Terraform 0.13 is the last major release that will support 10.11 El Capitan, so 
if you are upgrading your OS we recommend upgrading to Mac OS 10.12 Sierra or 
later.
-* The official FreeBSD builds of Terraform CLI are no longer compatible with 
FreeBSD 10.x, which has reached end-of-life. Terraform now requires FreeBSD 
11.2 or later.
-
-ENHANCEMENTS:
-* config: `templatefile` function will now return a helpful error message if a 
given variable has an invalid name, rather than relying on a syntax error in 
the template parsing itself. [GH-24184]
-* config: The configuration language now uses Unicode 12.0 character tables 
for certain Unicode-version-sensitive operations on strings, such as the 
`upper` and `lower` functions. Those working with strings containing new 
characters introduced since Unicode 9.0 may see small differences in behavior 
as a result of these table updates.
-* Terraform CLI now supports TLS 1.3 and supports Ed25519 certificates when 
making outgoing connections to remote TLS servers. While both of these changes 
are backwards compatible in principle, certain legacy TLS server 
implementations can reportedly encounter problems when attempting to negotiate 
TLS 1.3. (These changes affects only requests made by Terraform CLI itself, 
such as to module registries or backends. Provider plugins have separate TLS 
implementations that will gain these features on a separate release schedule.)
-* On Unix systems where `use-vc` is set in `resolv.conf`, Terraform will now 
use TCP for DNS resolution. We don't expect this to cause any problem for most 
users, but if you find you are seeing DNS resolution failures after upgrading 
please verify that you can either reach your configured nameservers using TCP 
or that your resolver configuration does not include the `use-vc` directive.
-
-BUG FIXES: 
-* cli: Fix `terraform state mv` to correctly set the resource each mode based 
on the target address [GH-24254]
-* cli: The `terraform plan` command (and the implied plan run by `terraform 
apply` with no arguments) will now print any warnings that were generated even 
if there are no changes to be made. [GH-24095]
-* command/show (json output): fix inconsistency in resource addresses between 
plan and prior state output [GH-24256]
-* core: Instances are now destroyed only using their stored state, removing 
many cycle errors [GH-24083]
-* lang: Fix non-string key panics in map function [GH-24277]
-

-For information on prior major releases, see their changelogs:
-
-* [v0.12](https://github.com/hashicorp/terraform/blob/v0.12/CHANGELOG.md)
-* [v0.11 and 
earlier](https://github.com/hashicorp/terraform/blob/v0.11/CHANGELOG.md)

Copied: terraform/repos/community-x86_64/CHANGELOG.md (from rev 638257, 
terraform/trunk/CHANGELOG.md)
===
--- CHANGELOG.md(rev 0)
+++ CHANGELOG.md2020-06-03 14:36:43 UTC (rev 638258)
@@ -0,0 +1,29 @@
+## 0.13.0 (Unreleased)
+

[arch-commits] Commit in terraform/trunk (PKGBUILD)

2020-06-03 Thread Jerome Leclanche via arch-commits
Date: Wednesday, June 3, 2020 @ 14:36:12
  Author: jleclanche
Revision: 638257

upgpkg: terraform 0.12.26-1: Upstream release 0.12.26

Modified:
  terraform/trunk/PKGBUILD

--+
 PKGBUILD |   30 ++
 1 file changed, 18 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 10:04:49 UTC (rev 638256)
+++ PKGBUILD2020-06-03 14:36:12 UTC (rev 638257)
@@ -2,35 +2,41 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=terraform
-pkgver=0.12.25
+pkgver=0.12.26
 pkgrel=1
 pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
 url="https://www.terraform.io/;
 arch=("x86_64")
 license=("MPL")
-depends=('glibc')
-makedepends=("go-pie")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
-"test-backport.patch")
-sha512sums=('875b41987972f7f6e3fea0444a98ba6b033b3a932995693fe047f8751cf556f785a54efd9f53a0ceef598f73df7c6064908fa51824dd8a5b6c3686ba557e9730'
-
'5c7468f47c19867598bafe07322d1c5a7314286eabab6012aa70a55967967467e620f5a56aeecadf6ebd13021f2c01a4e54c70c41ee09dfd702a082507b3ae47')
+makedepends=("go")
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
+   "test-backport.patch"
+)
+sha256sums=(
+   "4db5deb8c6a81956bf603196a1300aacbe80dd5716244ae20c2f9b3df571df4e"
+   "10071fd0fe3d8c4456835299eceabae55b8d26a28170cbac5d1c92eb3187219a"
+)
 changelog="CHANGELOG.md"
 
 prepare() {
cd "$pkgname-$pkgver"
-  patch -Np1 < "${srcdir}/test-backport.patch"
+   patch -Np1 < "${srcdir}/test-backport.patch"
 }
 
 build() {
cd "$pkgname-$pkgver"
-   export CGO_LDFLAGS="$LDFLAGS"
-   export GOFLAGS="-trimpath -mod=vendor"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
go build -o terraform-binary
 }
 
 check() {
-  cd "${pkgname}-${pkgver}"
-  go test -mod=vendor ./...
+   cd "${pkgname}-${pkgver}"
+   go test -mod=vendor ./...
 }
 
 package() {


[arch-commits] Commit in git-filter-repo/trunk (version.patch)

2020-04-17 Thread Jerome Leclanche via arch-commits
Date: Friday, April 17, 2020 @ 13:11:38
  Author: jleclanche
Revision: 615589

upgpkg: git-filter-repo 2.26.0-2: Upstream release 2.26.0

Added:
  git-filter-repo/trunk/version.patch

---+
 version.patch |   10 ++
 1 file changed, 10 insertions(+)

Added: version.patch
===
--- version.patch   (rev 0)
+++ version.patch   2020-04-17 13:11:38 UTC (rev 615589)
@@ -0,0 +1,10 @@
+Index: git-filter-repo-2.26.0/release/setup.py
+===
+--- git-filter-repo-2.26.0.orig/release/setup.py
 git-filter-repo-2.26.0/release/setup.py
+@@ -5,4 +5,4 @@ for f in ['git-filter-repo', 'git_filter
+ os.symlink("../"+f, f)
+ except FileExistsError:
+ pass
+-setup(use_scm_version=dict(root="..", relative_to=__file__))
++setup(version='@PKGVER@')


[arch-commits] Commit in git-filter-repo/repos (3 files)

2020-04-17 Thread Jerome Leclanche via arch-commits
Date: Friday, April 17, 2020 @ 13:11:50
  Author: jleclanche
Revision: 615590

archrelease: copy trunk to community-any

Added:
  git-filter-repo/repos/community-any/
  git-filter-repo/repos/community-any/PKGBUILD
(from rev 615589, git-filter-repo/trunk/PKGBUILD)
  git-filter-repo/repos/community-any/version.patch
(from rev 615589, git-filter-repo/trunk/version.patch)

---+
 PKGBUILD  |   40 
 version.patch |   10 ++
 2 files changed, 50 insertions(+)

Copied: git-filter-repo/repos/community-any/PKGBUILD (from rev 615589, 
git-filter-repo/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-04-17 13:11:50 UTC (rev 615590)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=git-filter-repo
+pkgver=2.26.0
+pkgrel=2
+pkgdesc="Quickly rewrite git repository history (filter-branch replacement)"
+arch=("any")
+url="https://github.com/newren/git-filter-repo;
+license=("MIT")
+depends=("git" "python")
+makedepends=("python-setuptools")
+checkdepends=("python-coverage")
+source=(
+   "$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
+   "version.patch"
+)
+sha256sums=(
+   "537ac38f49cb5bbb08b1feb7563bace54c34b4d04427e9245c2081654c3ca095"
+   "68757bead7ef4a2ff5af3b8563889564f5105cb75da9a7a7513b8aa198027d6f"
+)
+
+prepare() {
+cd "$pkgname-$pkgver"
+# use_scm_version in setup.py doesn't work from tarballs, inject $pkgver 
instead
+patch -Np1 -i "$srcdir/version.patch"
+sed -i "s|@PKGVER@|$pkgver|" release/setup.py
+}
+
+check() {
+make -C "$pkgname-$pkgver" test
+}
+
+package() {
+cd "$pkgname-$pkgver/release"
+python setup.py install --root="$pkgdir" --optimize=1
+
+cd ..
+install -Dm644 Documentation/man1/git-filter-repo.1 
"$pkgdir/usr/share/man/man1/git-filter-repo.1"
+install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING 
COPYING.mit
+}

Copied: git-filter-repo/repos/community-any/version.patch (from rev 615589, 
git-filter-repo/trunk/version.patch)
===
--- community-any/version.patch (rev 0)
+++ community-any/version.patch 2020-04-17 13:11:50 UTC (rev 615590)
@@ -0,0 +1,10 @@
+Index: git-filter-repo-2.26.0/release/setup.py
+===
+--- git-filter-repo-2.26.0.orig/release/setup.py
 git-filter-repo-2.26.0/release/setup.py
+@@ -5,4 +5,4 @@ for f in ['git-filter-repo', 'git_filter
+ os.symlink("../"+f, f)
+ except FileExistsError:
+ pass
+-setup(use_scm_version=dict(root="..", relative_to=__file__))
++setup(version='@PKGVER@')


[arch-commits] Commit in (4 files)

2020-04-17 Thread Jerome Leclanche via arch-commits
Date: Friday, April 17, 2020 @ 13:09:02
  Author: jleclanche
Revision: 615588

git-filter-repo: Moved from AUR

Added:
  git-filter-repo/
  git-filter-repo/repos/
  git-filter-repo/trunk/
  git-filter-repo/trunk/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Added: git-filter-repo/trunk/PKGBUILD
===
--- git-filter-repo/trunk/PKGBUILD  (rev 0)
+++ git-filter-repo/trunk/PKGBUILD  2020-04-17 13:09:02 UTC (rev 615588)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=git-filter-repo
+pkgver=2.26.0
+pkgrel=2
+pkgdesc="Quickly rewrite git repository history (filter-branch replacement)"
+arch=("any")
+url="https://github.com/newren/git-filter-repo;
+license=("MIT")
+depends=("git" "python")
+makedepends=("python-setuptools")
+checkdepends=("python-coverage")
+source=(
+   "$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
+   "version.patch"
+)
+sha256sums=(
+   "537ac38f49cb5bbb08b1feb7563bace54c34b4d04427e9245c2081654c3ca095"
+   "68757bead7ef4a2ff5af3b8563889564f5105cb75da9a7a7513b8aa198027d6f"
+)
+
+prepare() {
+cd "$pkgname-$pkgver"
+# use_scm_version in setup.py doesn't work from tarballs, inject $pkgver 
instead
+patch -Np1 -i "$srcdir/version.patch"
+sed -i "s|@PKGVER@|$pkgver|" release/setup.py
+}
+
+check() {
+make -C "$pkgname-$pkgver" test
+}
+
+package() {
+cd "$pkgname-$pkgver/release"
+python setup.py install --root="$pkgdir" --optimize=1
+
+cd ..
+install -Dm644 Documentation/man1/git-filter-repo.1 
"$pkgdir/usr/share/man/man1/git-filter-repo.1"
+install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING 
COPYING.mit
+}


[arch-commits] Commit in gnucobol/trunk (PKGBUILD)

2020-04-16 Thread Jerome Leclanche via arch-commits
Date: Thursday, April 16, 2020 @ 14:43:45
  Author: jleclanche
Revision: 615334

upgpkg: gnucobol 3.0rc1-1: Upstream release 3.0rc1

Modified:
  gnucobol/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-16 14:41:59 UTC (rev 615333)
+++ PKGBUILD2020-04-16 14:43:45 UTC (rev 615334)
@@ -9,7 +9,7 @@
 depends=("db" "gmp")
 makedepends=("gcc" "help2man")
 options=("!libtool")
-source=("$pkgname-$pkgver.tar.xz"::"http://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-$_tarver.tar.xz;)
+source=("$pkgname-$pkgver.tar.xz"::"https://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-$_tarver.tar.xz;)
 sha256sums=("bf76441ee7f8dc9aeb78291231f32273eafc4ec827f26840846a257a04bbc594")
 
 build() {


[arch-commits] Commit in gnucobol/repos (community-x86_64 community-x86_64/PKGBUILD)

2020-04-16 Thread Jerome Leclanche via arch-commits
Date: Thursday, April 16, 2020 @ 14:41:59
  Author: jleclanche
Revision: 615333

archrelease: copy trunk to community-x86_64

Added:
  gnucobol/repos/community-x86_64/
  gnucobol/repos/community-x86_64/PKGBUILD
(from rev 615332, gnucobol/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: gnucobol/repos/community-x86_64/PKGBUILD (from rev 615332, 
gnucobol/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-16 14:41:59 UTC (rev 615333)
@@ -0,0 +1,26 @@
+pkgname=gnucobol
+pkgver=3.0rc1
+_tarver="3.0-rc1"
+pkgdesc="The open source GNU COBOL compiler"
+pkgrel=1
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/open-cobol/;
+license=("GPL")
+depends=("db" "gmp")
+makedepends=("gcc" "help2man")
+options=("!libtool")
+source=("$pkgname-$pkgver.tar.xz"::"http://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-$_tarver.tar.xz;)
+sha256sums=("bf76441ee7f8dc9aeb78291231f32273eafc4ec827f26840846a257a04bbc594")
+
+build() {
+   cd "$srcdir/$pkgname-$_tarver"
+
+   ./configure --prefix=/usr --infodir=/usr/share/info
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$_tarver"
+   make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in gnucobol/trunk (PKGBUILD)

2020-04-16 Thread Jerome Leclanche via arch-commits
Date: Thursday, April 16, 2020 @ 14:41:49
  Author: jleclanche
Revision: 615332

upgpkg: gnucobol 3.0rc1-1: Upstream release 3.0rc1

Modified:
  gnucobol/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-16 14:36:38 UTC (rev 615331)
+++ PKGBUILD2020-04-16 14:41:49 UTC (rev 615332)
@@ -1,5 +1,6 @@
 pkgname=gnucobol
 pkgver=3.0rc1
+_tarver="3.0-rc1"
 pkgdesc="The open source GNU COBOL compiler"
 pkgrel=1
 arch=("i686" "x86_64")
@@ -8,11 +9,11 @@
 depends=("db" "gmp")
 makedepends=("gcc" "help2man")
 options=("!libtool")
-source=("$pkgname-$pkgver.tar.xz"::"http://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-3.0-rc1.tar.xz;)
+source=("$pkgname-$pkgver.tar.xz"::"http://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-$_tarver.tar.xz;)
 sha256sums=("bf76441ee7f8dc9aeb78291231f32273eafc4ec827f26840846a257a04bbc594")
 
 build() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "$srcdir/$pkgname-$_tarver"
 
./configure --prefix=/usr --infodir=/usr/share/info
make
@@ -19,7 +20,7 @@
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "$srcdir/$pkgname-$_tarver"
make DESTDIR="$pkgdir" install
 }
 


[arch-commits] Commit in (4 files)

2020-04-16 Thread Jerome Leclanche via arch-commits
Date: Thursday, April 16, 2020 @ 14:36:38
  Author: jleclanche
Revision: 615331

gnucobol: Moved from AUR

Added:
  gnucobol/
  gnucobol/repos/
  gnucobol/trunk/
  gnucobol/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Added: gnucobol/trunk/PKGBUILD
===
--- gnucobol/trunk/PKGBUILD (rev 0)
+++ gnucobol/trunk/PKGBUILD 2020-04-16 14:36:38 UTC (rev 615331)
@@ -0,0 +1,25 @@
+pkgname=gnucobol
+pkgver=3.0rc1
+pkgdesc="The open source GNU COBOL compiler"
+pkgrel=1
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/open-cobol/;
+license=("GPL")
+depends=("db" "gmp")
+makedepends=("gcc" "help2man")
+options=("!libtool")
+source=("$pkgname-$pkgver.tar.xz"::"http://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-3.0-rc1.tar.xz;)
+sha256sums=("bf76441ee7f8dc9aeb78291231f32273eafc4ec827f26840846a257a04bbc594")
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr --infodir=/usr/share/info
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in foliate/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-12 Thread Jerome Leclanche via arch-commits
Date: Sunday, April 12, 2020 @ 06:01:38
  Author: jleclanche
Revision: 613391

archrelease: copy trunk to community-x86_64

Added:
  foliate/repos/community-x86_64/PKGBUILD
(from rev 613390, foliate/trunk/PKGBUILD)
Deleted:
  foliate/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-12 06:01:27 UTC (rev 613390)
+++ PKGBUILD2020-04-12 06:01:38 UTC (rev 613391)
@@ -1,32 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=foliate
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="A simple and modern GTK eBook reader"
-arch=("i686" "x86_64")
-url="https://johnfactotum.github.io/foliate/;
-license=("GPL3")
-depends=("gjs"  "webkit2gtk")
-makedepends=("meson" "ninja" "gettext")
-optdepends=(
-   "hyphen: Auto-hyphenation support"
-   "dictd: Offline dictionary support"
-   "festival: Text-to-speech support; also voice package needed"
-   "espeak-ng: Text-to-speech support; also voice package needed"
-)
-source=("https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=("95f45c0511493a3c732f9a199ddc2b5851a220d74d93e6d14976f29f243ee2d7")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   meson build --prefix=/usr
-   ninja -C build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   DESTDIR="$pkgdir" ninja -C build install
-   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
-}

Copied: foliate/repos/community-x86_64/PKGBUILD (from rev 613390, 
foliate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-12 06:01:38 UTC (rev 613391)
@@ -0,0 +1,32 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=foliate
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="A simple and modern GTK eBook reader"
+arch=("i686" "x86_64")
+url="https://johnfactotum.github.io/foliate/;
+license=("GPL3")
+depends=("gjs"  "webkit2gtk")
+makedepends=("meson" "ninja" "gettext")
+optdepends=(
+   "hyphen: Auto-hyphenation support"
+   "dictd: Offline dictionary support"
+   "festival: Text-to-speech support; also voice package needed"
+   "espeak-ng: Text-to-speech support; also voice package needed"
+)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
+sha256sums=("6260e61886bc89b7798b9b1154daac5e0a8e17a572e8d8fea0f480ec874097cd")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   meson build --prefix=/usr
+   ninja -C build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   DESTDIR="$pkgdir" ninja -C build install
+   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
+}


[arch-commits] Commit in foliate/trunk (PKGBUILD)

2020-04-12 Thread Jerome Leclanche via arch-commits
Date: Sunday, April 12, 2020 @ 06:01:27
  Author: jleclanche
Revision: 613390

upgpkg: foliate 2.1.1-1: Upstream release 2.1.1

Modified:
  foliate/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-12 02:35:26 UTC (rev 613389)
+++ PKGBUILD2020-04-12 06:01:27 UTC (rev 613390)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=foliate
-pkgver=1.5.3
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="A simple and modern GTK eBook reader"
 arch=("i686" "x86_64")
@@ -15,8 +15,8 @@
"festival: Text-to-speech support; also voice package needed"
"espeak-ng: Text-to-speech support; also voice package needed"
 )
-source=("https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=("95f45c0511493a3c732f9a199ddc2b5851a220d74d93e6d14976f29f243ee2d7")
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
+sha256sums=("6260e61886bc89b7798b9b1154daac5e0a8e17a572e8d8fea0f480ec874097cd")
 
 
 build() {


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2020-03-09 Thread Jerome Leclanche via arch-commits
Date: Monday, March 9, 2020 @ 22:19:32
  Author: jleclanche
Revision: 593329

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 593328, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 593328, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 22:19:24 UTC (rev 593328)
+++ PKGBUILD2020-03-09 22:19:32 UTC (rev 593329)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.13
-pkgrel=2
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("8b62d959dddca2d872382244b15aa9787713c50fcb0085a6b7080e794162863d")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 593328, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 22:19:32 UTC (rev 593329)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.14
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply" "python-setproctitle")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("b876c9f1e39842cf995d7a7676955c2f9aaa5ea7f3a7374e813243fbf5d218bf")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2020-03-09 22:19:24 UTC (rev 593328)
+++ xonsh.install   2020-03-09 22:19:32 UTC (rev 593329)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 593328, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2020-03-09 22:19:32 UTC (rev 593329)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2020-03-09 Thread Jerome Leclanche via arch-commits
Date: Monday, March 9, 2020 @ 22:12:36
  Author: jleclanche
Revision: 593325

upgpkg: xonsh 0.9.14-1: Upstream release 0.9.14

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:58:19 UTC (rev 593324)
+++ PKGBUILD2020-03-09 22:12:36 UTC (rev 593325)
@@ -1,18 +1,18 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.13
-pkgrel=2
+pkgver=0.9.14
+pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
 arch=("any")
 license=("BSD")
-depends=("python" "python-ply")
+depends=("python" "python-ply" "python-setproctitle")
 optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("8b62d959dddca2d872382244b15aa9787713c50fcb0085a6b7080e794162863d")
+sha256sums=("b876c9f1e39842cf995d7a7676955c2f9aaa5ea7f3a7374e813243fbf5d218bf")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in terraform/repos/community-x86_64 (4 files)

2019-10-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, October 24, 2019 @ 21:05:34
  Author: jleclanche
Revision: 518839

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/CHANGELOG.md
(from rev 518838, terraform/trunk/CHANGELOG.md)
  terraform/repos/community-x86_64/PKGBUILD
(from rev 518838, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/CHANGELOG.md
  terraform/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md |  608 -
 PKGBUILD |   54 ++---
 2 files changed, 331 insertions(+), 331 deletions(-)

Deleted: CHANGELOG.md
===
--- CHANGELOG.md2019-10-24 21:04:19 UTC (rev 518838)
+++ CHANGELOG.md2019-10-24 21:05:34 UTC (rev 518839)
@@ -1,304 +0,0 @@
-## 0.12.13 (Unreleased)
-## 0.12.12 (October 18, 2019)
-
-BUG FIXES:
-
-* backend/remote: Don't do local validation of whether variables are set prior 
to submitting, because only the remote system knows the full set of configured 
stored variables and environment variables that might contribute. This avoids 
erroneous error messages about unset required variables for remote runs when 
those variables will be set by stored variables in the remote workspace. 
([#23122](https://github.com/hashicorp/terraform/issues/23122))
-
-## 0.12.11 (October 17, 2019)
-
-ENHANCEMENTS:
-
-* backend/s3: Support `role_arn` in AWS configuration files 
([#22994](https://github.com/hashicorp/terraform/issues/22994))
-* backend/remote: Remote backend will now ignore all .terraform/ (exclusive of 
.terraform/modules) and .git/ directories for uploads during remote 
plans/applies. You can exclude files from upload to TFC by adding a 
.terraformignore file to your configuration directory, more details at 
https://www.terraform.io/docs/backends/types/remote.html 
([#23105](https://github.com/hashicorp/terraform/issues/23105))
-
-BUG FIXES:
-
-* config: Clean up orphan modules in the presence of -target 
([#21313](https://github.com/hashicorp/terraform/issues/21313))
-* config: Always evaluate whole resources rather than instances in 
expressions, so that invalid instance indexes can return a useful error rather 
than unknown ([#22846](https://github.com/hashicorp/terraform/issues/22846))
-* command/jsonplan: fix bug with missing nested modules `planned_values` 
output ([#23092](https://github.com/hashicorp/terraform/issues/23092))
-* command/show: Fix panic when the only resource instance is deposed 
([#23027](https://github.com/hashicorp/terraform/issues/23027))
-* commands: When required root module variables are not provided and 
interactive input is disabled (`-input=false`), produce a proper "variable not 
defined" error rather than falling through to an internal assertion failure. 
([#23040](https://github.com/hashicorp/terraform/issues/23040))
-* provisioner/puppet: fix bug when connection type was not set in config 
([#23057](https://github.com/hashicorp/terraform/issues/23057))
-
-## 0.12.10 (October 07, 2019)
-
-ENHANCEMENTS:
-
-* `terraform plan` and `terraform apply` will now warn when the `-target` 
option is used, to draw attention to the fact that the result of applying the 
plan is likely to be incomplete, and to remind to re-run `terraform plan` with 
no targets afterwards to ensure that the configuration has converged. 
([#22783](https://github.com/hashicorp/terraform/issues/22783))
-* config: New function `parseint` for parsing strings containing digits as 
integers in various bases. 
([#22747](https://github.com/hashicorp/terraform/issues/22747))
-* config: New function `cidrsubnets`, which is a companion to the existing 
function `cidrsubnet` which can allocate multiple consecutive subnet prefixes 
(possibly of different prefix lengths) in a single call. 
([#22858](https://github.com/hashicorp/terraform/issues/22858))
-* backend/google: The GCS backend now supports OAuth2 token authentication. 
([#21772](https://github.com/hashicorp/terraform/issues/21772))
-* provisioner/habitat: Multiple updates and fixes, see PR for details 
([#22705](https://github.com/hashicorp/terraform/issues/22705))
-
-BUG FIXES:
-
-* backend/manta: fix panic when `insecure_skip_tls_verify` was not set 
([#22918](https://github.com/hashicorp/terraform/issues/22918))
-
-## 0.12.9 (September 17, 2019)
-
-NOTES:
-* core: `ignore_changes` is now processed (in addition to existing behaviors) 
before the provider plan is run. This means that users may see fewer planned 
changes when using `ignore_changes`, as before this change, changes to ignored 
attributes were still being sent to CustomizeDiff in providers (which could 
mean cascading changes for some resources). This should be indicative that 
providers are no longer getting changes that were marked as ignored, but if 
unexpected plans are seen while using `ignore_changes`, investigate the 
settings in the `ignore_changes` block to ensure the appropriate 

[arch-commits] Commit in terraform/trunk (PKGBUILD)

2019-10-21 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 22, 2019 @ 00:41:58
  Author: jleclanche
Revision: 518174

upgpkg: terraform 0.12.12-1

Upstream release 0.12.12

Modified:
  terraform/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-21 23:15:13 UTC (rev 518173)
+++ PKGBUILD2019-10-22 00:41:58 UTC (rev 518174)
@@ -2,15 +2,15 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=terraform
-pkgver=0.12.11
+pkgver=0.12.12
 pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
 url="https://www.terraform.io/;
 arch=("x86_64")
 license=("MPL")
 makedepends=("go-pie")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=('abc47b94144c935379eb317e8c0eb03a87ef76b0a661fd076e77efc9d3d3d61c')
+sha256sums=("4f6050ac2290aa1238c13e65b753668e47f4cce40dbb020e9e8c2c7fbe28fa9e")
 changelog="CHANGELOG.md"
 
 build() {


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2019-10-15 Thread Jerome Leclanche via arch-commits
Date: Wednesday, October 16, 2019 @ 02:11:39
  Author: jleclanche
Revision: 516249

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 516248, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 516248, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-16 02:11:22 UTC (rev 516248)
+++ PKGBUILD2019-10-16 02:11:39 UTC (rev 516249)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.12
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("29c93fa7dd0aa6ec1ed6a53fc3dcb6eded28cc559575cc11269b81cea68dac6d")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 516248, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-16 02:11:39 UTC (rev 516249)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.13
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("8b62d959dddca2d872382244b15aa9787713c50fcb0085a6b7080e794162863d")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2019-10-16 02:11:22 UTC (rev 516248)
+++ xonsh.install   2019-10-16 02:11:39 UTC (rev 516249)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 516248, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2019-10-16 02:11:39 UTC (rev 516249)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2019-10-15 Thread Jerome Leclanche via arch-commits
Date: Wednesday, October 16, 2019 @ 02:11:22
  Author: jleclanche
Revision: 516248

upgpkg: xonsh 0.9.13-1

Upstream release 0.9.13

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-16 00:32:31 UTC (rev 516247)
+++ PKGBUILD2019-10-16 02:11:22 UTC (rev 516248)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.12
+pkgver=0.9.13
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("29c93fa7dd0aa6ec1ed6a53fc3dcb6eded28cc559575cc11269b81cea68dac6d")
+sha256sums=("8b62d959dddca2d872382244b15aa9787713c50fcb0085a6b7080e794162863d")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in ttf-cascadia-code/repos (2 files)

2019-10-14 Thread Jerome Leclanche via arch-commits
Date: Monday, October 14, 2019 @ 21:31:37
  Author: jleclanche
Revision: 515929

archrelease: copy trunk to community-any

Added:
  ttf-cascadia-code/repos/community-any/
  ttf-cascadia-code/repos/community-any/PKGBUILD
(from rev 515928, ttf-cascadia-code/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: ttf-cascadia-code/repos/community-any/PKGBUILD (from rev 515928, 
ttf-cascadia-code/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-10-14 21:31:37 UTC (rev 515929)
@@ -0,0 +1,26 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=ttf-cascadia-code
+_pkgname=cascadia-code
+pkgver=1910.04
+pkgrel=1
+pkgdesc="A monospaced font by Microsoft that includes programming ligatures"
+arch=("any")
+url="https://github.com/microsoft/cascadia-code;
+license=("custom:OFL")
+depends=("fontconfig" "xorg-font-utils")
+
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/microsoft/cascadia-code/archive/v$pkgver.tar.gz;
+)
+sha256sums=(
+   "544ab759190f7dc2d16e9ad9d828fbf7eabf85aa55a159351250452187aa6d0f"
+)
+
+
+package() {
+   cd "$srcdir/$_pkgname-$pkgver"
+
+   install -Dm644 "CascadiaCode-Regular-VTT.ttf" 
"$pkgdir/usr/share/fonts/TTF/Cascadia.ttf"
+   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2019-10-14 Thread Jerome Leclanche via arch-commits
Date: Monday, October 14, 2019 @ 21:31:01
  Author: jleclanche
Revision: 515928

ttf-cascadia-code: Moved from AUR

Added:
  ttf-cascadia-code/
  ttf-cascadia-code/repos/
  ttf-cascadia-code/trunk/
  ttf-cascadia-code/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Added: ttf-cascadia-code/trunk/PKGBUILD
===
--- ttf-cascadia-code/trunk/PKGBUILD(rev 0)
+++ ttf-cascadia-code/trunk/PKGBUILD2019-10-14 21:31:01 UTC (rev 515928)
@@ -0,0 +1,26 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=ttf-cascadia-code
+_pkgname=cascadia-code
+pkgver=1910.04
+pkgrel=1
+pkgdesc="A monospaced font by Microsoft that includes programming ligatures"
+arch=("any")
+url="https://github.com/microsoft/cascadia-code;
+license=("custom:OFL")
+depends=("fontconfig" "xorg-font-utils")
+
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/microsoft/cascadia-code/archive/v$pkgver.tar.gz;
+)
+sha256sums=(
+   "544ab759190f7dc2d16e9ad9d828fbf7eabf85aa55a159351250452187aa6d0f"
+)
+
+
+package() {
+   cd "$srcdir/$_pkgname-$pkgver"
+
+   install -Dm644 "CascadiaCode-Regular-VTT.ttf" 
"$pkgdir/usr/share/fonts/TTF/Cascadia.ttf"
+   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in foliate/repos (community-x86_64 community-x86_64/PKGBUILD)

2019-10-08 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 22:06:55
  Author: jleclanche
Revision: 514300

archrelease: copy trunk to community-x86_64

Added:
  foliate/repos/community-x86_64/
  foliate/repos/community-x86_64/PKGBUILD
(from rev 514299, foliate/trunk/PKGBUILD)

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: foliate/repos/community-x86_64/PKGBUILD (from rev 514299, 
foliate/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-08 22:06:55 UTC (rev 514300)
@@ -0,0 +1,32 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=foliate
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="A simple and modern GTK eBook reader"
+arch=("i686" "x86_64")
+url="https://johnfactotum.github.io/foliate/;
+license=("GPL3")
+depends=("gjs"  "webkit2gtk")
+makedepends=("meson" "ninja" "gettext")
+optdepends=(
+   "hyphen: Auto-hyphenation support"
+   "dictd: Offline dictionary support"
+   "festival: Text-to-speech support; also voice package needed"
+   "espeak-ng: Text-to-speech support; also voice package needed"
+)
+source=("https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
+sha256sums=("95f45c0511493a3c732f9a199ddc2b5851a220d74d93e6d14976f29f243ee2d7")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   meson build --prefix=/usr
+   ninja -C build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   DESTDIR="$pkgdir" ninja -C build install
+   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
+}


[arch-commits] Commit in (foliate foliate/repos foliate/trunk foliate/trunk/PKGBUILD)

2019-10-08 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 22:05:33
  Author: jleclanche
Revision: 514299

foliate: Moved from AUR

Added:
  foliate/
  foliate/repos/
  foliate/trunk/
  foliate/trunk/PKGBUILD

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Added: foliate/trunk/PKGBUILD
===
--- foliate/trunk/PKGBUILD  (rev 0)
+++ foliate/trunk/PKGBUILD  2019-10-08 22:05:33 UTC (rev 514299)
@@ -0,0 +1,32 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=foliate
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="A simple and modern GTK eBook reader"
+arch=("i686" "x86_64")
+url="https://johnfactotum.github.io/foliate/;
+license=("GPL3")
+depends=("gjs"  "webkit2gtk")
+makedepends=("meson" "ninja" "gettext")
+optdepends=(
+   "hyphen: Auto-hyphenation support"
+   "dictd: Offline dictionary support"
+   "festival: Text-to-speech support; also voice package needed"
+   "espeak-ng: Text-to-speech support; also voice package needed"
+)
+source=("https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
+sha256sums=("95f45c0511493a3c732f9a199ddc2b5851a220d74d93e6d14976f29f243ee2d7")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   meson build --prefix=/usr
+   ninja -C build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   DESTDIR="$pkgdir" ninja -C build install
+   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
+}


[arch-commits] Commit in terraform/repos/community-x86_64 (4 files)

2019-10-08 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 14:29:36
  Author: jleclanche
Revision: 514238

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/CHANGELOG.md
(from rev 514237, terraform/trunk/CHANGELOG.md)
  terraform/repos/community-x86_64/PKGBUILD
(from rev 514237, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/CHANGELOG.md
  terraform/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md |  548 -
 PKGBUILD |   59 ++
 2 files changed, 301 insertions(+), 306 deletions(-)

Deleted: CHANGELOG.md
===
--- CHANGELOG.md2019-10-08 14:29:21 UTC (rev 514237)
+++ CHANGELOG.md2019-10-08 14:29:36 UTC (rev 514238)
@@ -1,274 +0,0 @@
-## 0.12.10 (Unreleased)
-
-ENHANCEMENTS:
-* `terraform plan` and `terraform apply` will now warn when the `-target` 
option is used, to draw attention to the fact that the result of applying the 
plan is likely to be incomplete, and to remind to re-run `terraform plan` with 
no targets afterwards to ensure that the configuration has converged. [GH-22783]
-* config: New function `parseint` for parsing strings containing digits as 
integers in various bases. [GH-22747]
-* config: New function `cidrsubnets`, which is a companion to the existing 
function `cidrsubnet` which can allocate multiple consecutive subnet prefixes 
(possibly of different prefix lengths) in a single call. [GH-22858]
-
-## 0.12.9 (September 17, 2019)
-
-NOTES:
-* core: `ignore_changes` is now processed (in addition to existing behaviors) 
before the provider plan is run. This means that users may see fewer planned 
changes when using `ignore_changes`, as before this change, changes to ignored 
attributes were still being sent to CustomizeDiff in providers (which could 
mean cascading changes for some resources). This should be indicative that 
providers are no longer getting changes that were marked as ignored, but if 
unexpected plans are seen while using `ignore_changes`, investigate the 
settings in the `ignore_changes` block to ensure the appropriate attributes are 
set. ([#22520](https://github.com/hashicorp/terraform/issues/22520))
-
-ENHANCEMENTS:
-* provisioners/habitat: `accept_license` argument available to automate 
accepting the EULA, now required by this client 
([#22745](https://github.com/hashicorp/terraform/issues/22745))
-* config: add source addressing to unknown value errors in `for_each` 
([#22760](https://github.com/hashicorp/terraform/issues/22760))
-
-BUG FIXES:
-* command/console: support -var and -var-file flags 
([#22145](https://github.com/hashicorp/terraform/issues/22145))
-* command/show: Fixed bug with wrong errors being returned or swallowed. 
([#22772](https://github.com/hashicorp/terraform/issues/22772))
-* config: The `cidrhost`, `cidrsubnet`, and `cidrnetmask` functions now behave 
correctly with IPv6 prefixes that are short enough for the host portion to be 
greater than 64-bit or 32-bit (depending on the target architecture). 
([#22505](https://github.com/hashicorp/terraform/issues/22505))
-* config: Fixed bug on empty sets with `for_each` 
([#22281](https://github.com/hashicorp/terraform/issues/22281))
-
-## 0.12.8 (September 04, 2019)
-
-NEW FEATURES:
-* lang/funcs: New `fileset` function, for finding static local files that 
match a glob pattern. 
([#22523](https://github.com/hashicorp/terraform/issues/22523))
-
-ENHANCEMENTS:
-* remote-state/pg: add option to skip schema creation 
([#21607](https://github.com/hashicorp/terraform/issues/21607))
-
-BUG FIXES:
-* command/console: use user-supplied `-plugin-dir` 
([#22616](https://github.com/hashicorp/terraform/issues/22616))
-* config: ensure sets are appropriately known for `for_each` 
([#22597](https://github.com/hashicorp/terraform/issues/22597))
-
-## 0.12.7 (August 22, 2019)
-
-NEW FEATURES:
-* New functions `regex` and `regexall` allow applying a regular expression 
pattern to a string and retrieving any matching substring(s) 
([#22353](https://github.com/hashicorp/terraform/issues/22353))
-
-ENHANCEMENTS:
-* lang/funcs: `lookup()` can work with maps of lists, maps and objects 
([#22269](https://github.com/hashicorp/terraform/issues/22269))
-* SDK: helper/acctest: Add function to return random IP address 
([#22312](https://github.com/hashicorp/terraform/issues/22312))
-* SDK: httpclient: Introduce composable `UserAgent(version)` 
([#22272](https://github.com/hashicorp/terraform/issues/22272))
-* connection/ssh: Support certificate authentication 
([#22156](https://github.com/hashicorp/terraform/issues/22156))
-
-BUG FIXES:
-* config: reduce MinItems and MaxItems  validation during decoding, to allow 
for use of dynamic blocks 
([#22530](https://github.com/hashicorp/terraform/issues/22530))
-* config: don't validate MinItems and MaxItems in CoerceValue, allowing 
providers to set incomplete values 

[arch-commits] Commit in terraform/trunk (PKGBUILD)

2019-10-08 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 14:29:21
  Author: jleclanche
Revision: 514237

upgpkg: terraform 0.12.10-1

Upstream release 0.12.10

Modified:
  terraform/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 8 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-08 14:19:42 UTC (rev 514236)
+++ PKGBUILD2019-10-08 14:29:21 UTC (rev 514237)
@@ -2,8 +2,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=terraform
-pkgver=0.12.9
-pkgrel=2
+pkgver=0.12.10
+pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="https://www.terraform.io/;
 arch=("x86_64")
@@ -10,23 +10,18 @@
 license=("MPL")
 makedepends=("go-pie")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=('5036572edd08d53fcf2ee1b5363e849c42c93607ece5778ab625219bfa45ce79')
+sha256sums=("289d5287fda0bb870c1fb1ed504523bf24885ccf763b9547d91f8225310dc4f5")
 changelog="CHANGELOG.md"
 
-prepare() {
-   export GOPATH="${srcdir}"
-   export PATH="$PATH:$GOPATH/bin"
-   mkdir -p src/github.com/hashicorp/
-   mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
-}
-
 build() {
-   cd src/github.com/hashicorp/"${pkgname}"
+   cd "$pkgname-$pkgver"
+   export CGO_LDFLAGS="$LDFLAGS"
+   export GOFLAGS="-trimpath"
go build -o terraform-binary
 }
 
 package() {
-   cd src/github.com/hashicorp/"${pkgname}"
+   cd "$pkgname-$pkgver"
install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in ttf-roboto-mono/repos/community-any (PKGBUILD PKGBUILD)

2019-10-08 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 13:46:10
  Author: jleclanche
Revision: 514234

archrelease: copy trunk to community-any

Added:
  ttf-roboto-mono/repos/community-any/PKGBUILD
(from rev 514233, ttf-roboto-mono/trunk/PKGBUILD)
Deleted:
  ttf-roboto-mono/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-08 13:46:07 UTC (rev 514233)
+++ PKGBUILD2019-10-08 13:46:10 UTC (rev 514234)
@@ -1,44 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=ttf-roboto-mono
-pkgver=2.002
-pkgrel=2
-_commit="5338537ef835a3d9ccf8faf386399f13a30605e2"  # Latest commit touching 
the robotomono tree
-pkgdesc="A monospaced addition to the Roboto type family."
-arch=("any")
-url="https://fonts.google.com/specimen/Roboto+Mono;
-license=("Apache")
-depends=("fontconfig")
-source=(
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/LICENSE.txt;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Bold.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-BoldItalic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Italic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Light.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-LightItalic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Medium.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-MediumItalic.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Regular.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Thin.ttf;
-   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-ThinItalic.ttf;
-)
-sha256sums=(
-   "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
-   "d5ba59021ad93bc505bc7a5e317aacc8ad408b4790b49b72429ae00659238f83"
-   "5f58d09712433c7f1f367ef5efb9a53c32e4fa64d8c2efadb590b61f7b434310"
-   "abd8c8470d448bdee13c8ee6a9b3e5e75f52617eed83d61139d80cc947855eb1"
-   "8a40d51f12d893655960757e1e1816c973c60354df294def5cca8173055b19c1"
-   "4cc36f82257e6b2290242ec0ee2a87c7b1faa07e0044e484603518cf9fc5c223"
-   "1e1b6ccb0d09ccad6f94cc23e03383a67d1c0f1f0889f6e45cccaf065a223003"
-   "ab985cd18485de9d5b9f5ea66c2a7a04cac9b8dcd7d20b2b86561d491735b43b"
-   "5d2a2caecd820a2ec200daf29a71ea672579adcb938b4bf2c51f1ee317c926b9"
-   "bed66ad44715f4d7836770cd7a3f1888961179de0f59b436703e4a477f92b13a"
-   "c7569d57dc40a12183a7370dc32f599f837d56f01f3bc46d08034d6d256cfc56"
-)
-
-package() {
-   install -d "$pkgdir/usr/share/fonts/TTF/"
-   install -m644 "$srcdir/"*.ttf "$pkgdir/usr/share/fonts/TTF/"
-   install -D -m644 "$srcdir/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: ttf-roboto-mono/repos/community-any/PKGBUILD (from rev 514233, 
ttf-roboto-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-08 13:46:10 UTC (rev 514234)
@@ -0,0 +1,44 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=ttf-roboto-mono
+pkgver=2.002
+pkgrel=3
+_commit="5338537ef835a3d9ccf8faf386399f13a30605e2"  # Latest commit touching 
the robotomono tree
+pkgdesc="A monospaced addition to the Roboto type family."
+arch=("any")
+url="https://fonts.google.com/specimen/Roboto+Mono;
+license=("Apache")
+depends=("fontconfig")
+source=(
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/LICENSE.txt;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Bold.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-BoldItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Italic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Light.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-LightItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Medium.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-MediumItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Regular.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Thin.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-ThinItalic.ttf;
+)
+sha256sums=(
+   "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
+   

[arch-commits] Commit in ttf-roboto-mono/trunk (PKGBUILD)

2019-10-08 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 13:46:07
  Author: jleclanche
Revision: 514233

upgpkg: ttf-roboto-mono 2.002-3

Rebuild

Modified:
  ttf-roboto-mono/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-08 13:45:27 UTC (rev 514232)
+++ PKGBUILD2019-10-08 13:46:07 UTC (rev 514233)
@@ -2,7 +2,7 @@
 
 pkgname=ttf-roboto-mono
 pkgver=2.002
-pkgrel=2
+pkgrel=3
 _commit="5338537ef835a3d9ccf8faf386399f13a30605e2"  # Latest commit touching 
the robotomono tree
 pkgdesc="A monospaced addition to the Roboto type family."
 arch=("any")


[arch-commits] Commit in ttf-roboto-mono/repos/community-any (PKGBUILD PKGBUILD)

2019-10-08 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 13:45:27
  Author: jleclanche
Revision: 514232

archrelease: copy trunk to community-any

Added:
  ttf-roboto-mono/repos/community-any/PKGBUILD
(from rev 514231, ttf-roboto-mono/trunk/PKGBUILD)
Deleted:
  ttf-roboto-mono/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-08 13:44:47 UTC (rev 514231)
+++ PKGBUILD2019-10-08 13:45:27 UTC (rev 514232)
@@ -1,44 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=ttf-roboto-mono
-pkgver=2.002
-pkgrel=2
-_commit="5338537ef835a3d9ccf8faf386399f13a30605e2"  # Latest commit touching 
the robotomono tree
-pkgdesc="A monospaced addition to the Roboto type family."
-arch=("any")
-url="https://fonts.google.com/specimen/Roboto+Mono;
-license=("Apache")
-depends=("fontconfig")
-source=(
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/LICENSE.txt;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Bold.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-BoldItalic.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Italic.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Light.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-LightItalic.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Medium.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-MediumItalic.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Regular.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Thin.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-ThinItalic.ttf;
-)
-sha256sums=(
-   "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
-   "d5ba59021ad93bc505bc7a5e317aacc8ad408b4790b49b72429ae00659238f83"
-   "5f58d09712433c7f1f367ef5efb9a53c32e4fa64d8c2efadb590b61f7b434310"
-   "abd8c8470d448bdee13c8ee6a9b3e5e75f52617eed83d61139d80cc947855eb1"
-   "8a40d51f12d893655960757e1e1816c973c60354df294def5cca8173055b19c1"
-   "4cc36f82257e6b2290242ec0ee2a87c7b1faa07e0044e484603518cf9fc5c223"
-   "1e1b6ccb0d09ccad6f94cc23e03383a67d1c0f1f0889f6e45cccaf065a223003"
-   "ab985cd18485de9d5b9f5ea66c2a7a04cac9b8dcd7d20b2b86561d491735b43b"
-   "5d2a2caecd820a2ec200daf29a71ea672579adcb938b4bf2c51f1ee317c926b9"
-   "bed66ad44715f4d7836770cd7a3f1888961179de0f59b436703e4a477f92b13a"
-   "c7569d57dc40a12183a7370dc32f599f837d56f01f3bc46d08034d6d256cfc56"
-)
-
-package() {
-   install -d "$pkgdir/usr/share/fonts/TTF/"
-   install -m644 "$srcdir/"*.ttf "$pkgdir/usr/share/fonts/TTF/"
-   install -D -m644 "$srcdir/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: ttf-roboto-mono/repos/community-any/PKGBUILD (from rev 514231, 
ttf-roboto-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-08 13:45:27 UTC (rev 514232)
@@ -0,0 +1,44 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=ttf-roboto-mono
+pkgver=2.002
+pkgrel=2
+_commit="5338537ef835a3d9ccf8faf386399f13a30605e2"  # Latest commit touching 
the robotomono tree
+pkgdesc="A monospaced addition to the Roboto type family."
+arch=("any")
+url="https://fonts.google.com/specimen/Roboto+Mono;
+license=("Apache")
+depends=("fontconfig")
+source=(
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/LICENSE.txt;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Bold.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-BoldItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Italic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Light.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-LightItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Medium.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-MediumItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Regular.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Thin.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-ThinItalic.ttf;
+)
+sha256sums=(
+   "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
+   

[arch-commits] Commit in ttf-roboto-mono/trunk (PKGBUILD)

2019-10-08 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 13:44:47
  Author: jleclanche
Revision: 514231

upgpkg: ttf-roboto-mono 2.002-2

PKGBUILD reference fix

Modified:
  ttf-roboto-mono/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-08 13:18:33 UTC (rev 514230)
+++ PKGBUILD2019-10-08 13:44:47 UTC (rev 514231)
@@ -10,17 +10,17 @@
 license=("Apache")
 depends=("fontconfig")
 source=(
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/LICENSE.txt;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Bold.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-BoldItalic.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Italic.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Light.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-LightItalic.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Medium.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-MediumItalic.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Regular.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Thin.ttf;
-   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-ThinItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/LICENSE.txt;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Bold.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-BoldItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Italic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Light.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-LightItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Medium.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-MediumItalic.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Regular.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-Thin.ttf;
+   
"https://github.com/google/fonts/raw/$_commit/apache/robotomono/RobotoMono-ThinItalic.ttf;
 )
 sha256sums=(
"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 01:49:02
  Author: jleclanche
Revision: 514179

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 514178, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 514178, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-08 01:48:52 UTC (rev 514178)
+++ PKGBUILD2019-10-08 01:49:02 UTC (rev 514179)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.11
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("49bf110b29935c6b4939987cd818d8dd6046ab6e06b9cc5d8bf29789d2693840")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 514178, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-08 01:49:02 UTC (rev 514179)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.12
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("29c93fa7dd0aa6ec1ed6a53fc3dcb6eded28cc559575cc11269b81cea68dac6d")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2019-10-08 01:48:52 UTC (rev 514178)
+++ xonsh.install   2019-10-08 01:49:02 UTC (rev 514179)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 514178, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2019-10-08 01:49:02 UTC (rev 514179)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 01:48:52
  Author: jleclanche
Revision: 514178

upgpkg: xonsh 0.9.12-1

Upstream release 0.9.12

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 23:38:48 UTC (rev 514177)
+++ PKGBUILD2019-10-08 01:48:52 UTC (rev 514178)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.11
+pkgver=0.9.12
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("49bf110b29935c6b4939987cd818d8dd6046ab6e06b9cc5d8bf29789d2693840")
+sha256sums=("29c93fa7dd0aa6ec1ed6a53fc3dcb6eded28cc559575cc11269b81cea68dac6d")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in heimdall/repos (3 files)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 23:38:48
  Author: jleclanche
Revision: 514177

archrelease: copy trunk to community-x86_64

Added:
  heimdall/repos/community-x86_64/
  heimdall/repos/community-x86_64/PKGBUILD
(from rev 514176, heimdall/trunk/PKGBUILD)
  heimdall/repos/community-x86_64/heimdall.desktop
(from rev 514176, heimdall/trunk/heimdall.desktop)

--+
 PKGBUILD |   43 +++
 heimdall.desktop |9 +
 2 files changed, 52 insertions(+)

Copied: heimdall/repos/community-x86_64/PKGBUILD (from rev 514176, 
heimdall/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-07 23:38:48 UTC (rev 514177)
@@ -0,0 +1,43 @@
+# Maintainer: Jerome Leclanche 
+pkgname=heimdall
+_pkgname=Heimdall
+pkgver=1.4.2
+_pkgver=v$pkgver
+pkgrel=2
+pkgdesc="Tool suite used to flash firmware (ROMs) onto Samsung Galaxy S 
devices"
+arch=("x86_64")
+url="https://glassechidna.com.au/heimdall/;
+license=("MIT")
+depends=("qt5-base")
+makedepends=("cmake")
+optdepends=("android-udev: Udev rules to connect Android devices to your linux 
box")
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v$pkgver/$_pkgname-$_pkgver.tar.gz;
+   "heimdall.desktop"
+)
+sha256sums=(
+   "9f14beaca4a0ee6459b972c30eec1baccbd057726caafe4cbba6c30e0d5e7d56"
+   "439cea1a8976b9b589ffe4030a084243bcc5e937dcb9c571cdb94d3ff08b4fb4"
+)
+
+build() {
+   cd "$srcdir/$_pkgname-$_pkgver"
+
+   cmake . -DCMAKE_INSTALL_PREFIX="/usr"
+   make
+}
+
+package() {
+   cd "$srcdir/$_pkgname-$_pkgver"
+
+   # Install desktop file
+   install -m644 -D "$srcdir/heimdall.desktop" 
"$pkgdir/usr/share/applications/heimdall.desktop"
+
+   # Install license file
+   install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # Install heimdall command line tool
+   install -d "$pkgdir"/usr/bin
+   install -Dm755 bin/* "$pkgdir"/usr/bin/
+   install -Dm644 heimdall/60-heimdall.rules 
"$pkgdir"/usr/lib/udev/rules.d/60-heimdall.rules
+}

Copied: heimdall/repos/community-x86_64/heimdall.desktop (from rev 514176, 
heimdall/trunk/heimdall.desktop)
===
--- community-x86_64/heimdall.desktop   (rev 0)
+++ community-x86_64/heimdall.desktop   2019-10-07 23:38:48 UTC (rev 514177)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=Heimdall
+Type=Application
+Comment=Firmware flasher for Samsung mobile devices
+Terminal=false
+Exec=heimdall-frontend
+Icon=phone
+Categories=Development;


[arch-commits] Commit in heimdall/trunk (PKGBUILD)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 23:38:40
  Author: jleclanche
Revision: 514176

upgpkg: heimdall 1.4.2-2

Upstream release 1.4.2

Modified:
  heimdall/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 23:38:18 UTC (rev 514175)
+++ PKGBUILD2019-10-07 23:38:40 UTC (rev 514176)
@@ -1,6 +1,8 @@
 # Maintainer: Jerome Leclanche 
 pkgname=heimdall
+_pkgname=Heimdall
 pkgver=1.4.2
+_pkgver=v$pkgver
 pkgrel=2
 pkgdesc="Tool suite used to flash firmware (ROMs) onto Samsung Galaxy S 
devices"
 arch=("x86_64")
@@ -10,16 +12,16 @@
 makedepends=("cmake")
 optdepends=("android-udev: Udev rules to connect Android devices to your linux 
box")
 source=(
-   
"$pkgname-$pkgver.tar.gz::https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v$pkgver/Heimdall-v$pkgver.tar.gz;
+   
"$pkgname-$pkgver.tar.gz::https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v$pkgver/$_pkgname-$_pkgver.tar.gz;
"heimdall.desktop"
 )
 sha256sums=(
-   "589bef88f2597c8a84fe6fafbe928ddc9687438b5b54edd917d7df48c7e3eff8"
+   "9f14beaca4a0ee6459b972c30eec1baccbd057726caafe4cbba6c30e0d5e7d56"
"439cea1a8976b9b589ffe4030a084243bcc5e937dcb9c571cdb94d3ff08b4fb4"
 )
 
 build() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "$srcdir/$_pkgname-$_pkgver"
 
cmake . -DCMAKE_INSTALL_PREFIX="/usr"
make
@@ -26,7 +28,7 @@
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "$srcdir/$_pkgname-$_pkgver"
 
# Install desktop file
install -m644 -D "$srcdir/heimdall.desktop" 
"$pkgdir/usr/share/applications/heimdall.desktop"


[arch-commits] Commit in (5 files)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 23:23:30
  Author: jleclanche
Revision: 514165

heimdall: Moved from AUR

Added:
  heimdall/
  heimdall/repos/
  heimdall/trunk/
  heimdall/trunk/PKGBUILD
  heimdall/trunk/heimdall.desktop

--+
 PKGBUILD |   41 +
 heimdall.desktop |9 +
 2 files changed, 50 insertions(+)

Added: heimdall/trunk/PKGBUILD
===
--- heimdall/trunk/PKGBUILD (rev 0)
+++ heimdall/trunk/PKGBUILD 2019-10-07 23:23:30 UTC (rev 514165)
@@ -0,0 +1,41 @@
+# Maintainer: Jerome Leclanche 
+pkgname=heimdall
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="Tool suite used to flash firmware (ROMs) onto Samsung Galaxy S 
devices"
+arch=("x86_64")
+url="https://glassechidna.com.au/heimdall/;
+license=("MIT")
+depends=("qt5-base")
+makedepends=("cmake")
+optdepends=("android-udev: Udev rules to connect Android devices to your linux 
box")
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v$pkgver/Heimdall-v$pkgver.tar.gz;
+   "heimdall.desktop"
+)
+sha256sums=(
+   "589bef88f2597c8a84fe6fafbe928ddc9687438b5b54edd917d7df48c7e3eff8"
+   "439cea1a8976b9b589ffe4030a084243bcc5e937dcb9c571cdb94d3ff08b4fb4"
+)
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   cmake . -DCMAKE_INSTALL_PREFIX="/usr"
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   # Install desktop file
+   install -m644 -D "$srcdir/heimdall.desktop" 
"$pkgdir/usr/share/applications/heimdall.desktop"
+
+   # Install license file
+   install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # Install heimdall command line tool
+   install -d "$pkgdir"/usr/bin
+   install -Dm755 bin/* "$pkgdir"/usr/bin/
+   install -Dm644 heimdall/60-heimdall.rules 
"$pkgdir"/usr/lib/udev/rules.d/60-heimdall.rules
+}

Added: heimdall/trunk/heimdall.desktop
===
--- heimdall/trunk/heimdall.desktop (rev 0)
+++ heimdall/trunk/heimdall.desktop 2019-10-07 23:23:30 UTC (rev 514165)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=Heimdall
+Type=Application
+Comment=Firmware flasher for Samsung mobile devices
+Terminal=false
+Exec=heimdall-frontend
+Icon=phone
+Categories=Development;


[arch-commits] Commit in ttf-roboto-mono/repos (community-any community-any/PKGBUILD)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 23:06:59
  Author: jleclanche
Revision: 514158

archrelease: copy trunk to community-any

Added:
  ttf-roboto-mono/repos/community-any/
  ttf-roboto-mono/repos/community-any/PKGBUILD
(from rev 514157, ttf-roboto-mono/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: ttf-roboto-mono/repos/community-any/PKGBUILD (from rev 514157, 
ttf-roboto-mono/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-10-07 23:06:59 UTC (rev 514158)
@@ -0,0 +1,44 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=ttf-roboto-mono
+pkgver=2.002
+pkgrel=2
+_commit="5338537ef835a3d9ccf8faf386399f13a30605e2"  # Latest commit touching 
the robotomono tree
+pkgdesc="A monospaced addition to the Roboto type family."
+arch=("any")
+url="https://fonts.google.com/specimen/Roboto+Mono;
+license=("Apache")
+depends=("fontconfig")
+source=(
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/LICENSE.txt;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Bold.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-BoldItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Italic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Light.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-LightItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Medium.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-MediumItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Regular.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Thin.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-ThinItalic.ttf;
+)
+sha256sums=(
+   "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
+   "d5ba59021ad93bc505bc7a5e317aacc8ad408b4790b49b72429ae00659238f83"
+   "5f58d09712433c7f1f367ef5efb9a53c32e4fa64d8c2efadb590b61f7b434310"
+   "abd8c8470d448bdee13c8ee6a9b3e5e75f52617eed83d61139d80cc947855eb1"
+   "8a40d51f12d893655960757e1e1816c973c60354df294def5cca8173055b19c1"
+   "4cc36f82257e6b2290242ec0ee2a87c7b1faa07e0044e484603518cf9fc5c223"
+   "1e1b6ccb0d09ccad6f94cc23e03383a67d1c0f1f0889f6e45cccaf065a223003"
+   "ab985cd18485de9d5b9f5ea66c2a7a04cac9b8dcd7d20b2b86561d491735b43b"
+   "5d2a2caecd820a2ec200daf29a71ea672579adcb938b4bf2c51f1ee317c926b9"
+   "bed66ad44715f4d7836770cd7a3f1888961179de0f59b436703e4a477f92b13a"
+   "c7569d57dc40a12183a7370dc32f599f837d56f01f3bc46d08034d6d256cfc56"
+)
+
+package() {
+   install -d "$pkgdir/usr/share/fonts/TTF/"
+   install -m644 "$srcdir/"*.ttf "$pkgdir/usr/share/fonts/TTF/"
+   install -D -m644 "$srcdir/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in ttf-roboto-mono/trunk (PKGBUILD)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 23:06:50
  Author: jleclanche
Revision: 514157

upgpkg: ttf-roboto-mono 2.002-2

Upstream release 2.002

Modified:
  ttf-roboto-mono/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 22:59:26 UTC (rev 514156)
+++ PKGBUILD2019-10-07 23:06:50 UTC (rev 514157)
@@ -38,7 +38,7 @@
 
 package() {
install -d "$pkgdir/usr/share/fonts/TTF/"
-   install -m644 "$srcdir/*.ttf" "$pkgdir/usr/share/fonts/TTF/"
+   install -m644 "$srcdir/"*.ttf "$pkgdir/usr/share/fonts/TTF/"
install -D -m644 "$srcdir/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


[arch-commits] Commit in (4 files)

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Monday, October 7, 2019 @ 22:54:48
  Author: jleclanche
Revision: 514152

ttf-roboto-mono: Moved from AUR

Added:
  ttf-roboto-mono/
  ttf-roboto-mono/repos/
  ttf-roboto-mono/trunk/
  ttf-roboto-mono/trunk/PKGBUILD

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Added: ttf-roboto-mono/trunk/PKGBUILD
===
--- ttf-roboto-mono/trunk/PKGBUILD  (rev 0)
+++ ttf-roboto-mono/trunk/PKGBUILD  2019-10-07 22:54:48 UTC (rev 514152)
@@ -0,0 +1,44 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=ttf-roboto-mono
+pkgver=2.002
+pkgrel=2
+_commit="5338537ef835a3d9ccf8faf386399f13a30605e2"  # Latest commit touching 
the robotomono tree
+pkgdesc="A monospaced addition to the Roboto type family."
+arch=("any")
+url="https://fonts.google.com/specimen/Roboto+Mono;
+license=("Apache")
+depends=("fontconfig")
+source=(
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/LICENSE.txt;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Bold.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-BoldItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Italic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Light.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-LightItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Medium.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-MediumItalic.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Regular.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Thin.ttf;
+   
"https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-ThinItalic.ttf;
+)
+sha256sums=(
+   "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
+   "d5ba59021ad93bc505bc7a5e317aacc8ad408b4790b49b72429ae00659238f83"
+   "5f58d09712433c7f1f367ef5efb9a53c32e4fa64d8c2efadb590b61f7b434310"
+   "abd8c8470d448bdee13c8ee6a9b3e5e75f52617eed83d61139d80cc947855eb1"
+   "8a40d51f12d893655960757e1e1816c973c60354df294def5cca8173055b19c1"
+   "4cc36f82257e6b2290242ec0ee2a87c7b1faa07e0044e484603518cf9fc5c223"
+   "1e1b6ccb0d09ccad6f94cc23e03383a67d1c0f1f0889f6e45cccaf065a223003"
+   "ab985cd18485de9d5b9f5ea66c2a7a04cac9b8dcd7d20b2b86561d491735b43b"
+   "5d2a2caecd820a2ec200daf29a71ea672579adcb938b4bf2c51f1ee317c926b9"
+   "bed66ad44715f4d7836770cd7a3f1888961179de0f59b436703e4a477f92b13a"
+   "c7569d57dc40a12183a7370dc32f599f837d56f01f3bc46d08034d6d256cfc56"
+)
+
+package() {
+   install -d "$pkgdir/usr/share/fonts/TTF/"
+   install -m644 "$srcdir/*.ttf" "$pkgdir/usr/share/fonts/TTF/"
+   install -D -m644 "$srcdir/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in terraform/trunk (PKGBUILD)

2019-10-05 Thread Jerome Leclanche via arch-commits
Date: Saturday, October 5, 2019 @ 07:13:28
  Author: jleclanche
Revision: 512886

upgpkg: terraform 0.12.9-2

Golang security rebuild

Modified:
  terraform/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-05 02:01:40 UTC (rev 512885)
+++ PKGBUILD2019-10-05 07:13:28 UTC (rev 512886)
@@ -3,7 +3,7 @@
 
 pkgname=terraform
 pkgver=0.12.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="https://www.terraform.io/;
 arch=("x86_64")


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2019-09-08 Thread Jerome Leclanche via arch-commits
Date: Sunday, September 8, 2019 @ 13:06:31
  Author: jleclanche
Revision: 508992

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 508991, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 508991, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-08 11:58:18 UTC (rev 508991)
+++ PKGBUILD2019-09-08 13:06:31 UTC (rev 508992)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.10
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("d41fca7bef961121b2da9c31505e654c2312a7221b810ad6fd3b8c2eebeda3b7")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 508991, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-08 13:06:31 UTC (rev 508992)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.11
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("49bf110b29935c6b4939987cd818d8dd6046ab6e06b9cc5d8bf29789d2693840")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2019-09-08 11:58:18 UTC (rev 508991)
+++ xonsh.install   2019-09-08 13:06:31 UTC (rev 508992)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 508991, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2019-09-08 13:06:31 UTC (rev 508992)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2019-09-08 Thread Jerome Leclanche via arch-commits
Date: Sunday, September 8, 2019 @ 11:58:18
  Author: jleclanche
Revision: 508991

upgpkg: xonsh 0.9.11-1

Upstream release 0.9.11

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-08 09:59:13 UTC (rev 508990)
+++ PKGBUILD2019-09-08 11:58:18 UTC (rev 508991)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.10
+pkgver=0.9.11
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("d41fca7bef961121b2da9c31505e654c2312a7221b810ad6fd3b8c2eebeda3b7")
+sha256sums=("49bf110b29935c6b4939987cd818d8dd6046ab6e06b9cc5d8bf29789d2693840")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in terraform/repos/community-x86_64 (4 files)

2019-09-06 Thread Jerome Leclanche via arch-commits
Date: Friday, September 6, 2019 @ 17:49:28
  Author: jleclanche
Revision: 508302

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/CHANGELOG.md
(from rev 508301, terraform/trunk/CHANGELOG.md)
  terraform/repos/community-x86_64/PKGBUILD
(from rev 508301, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/CHANGELOG.md
  terraform/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md |  448 -
 PKGBUILD |   64 
 2 files changed, 256 insertions(+), 256 deletions(-)

Deleted: CHANGELOG.md
===
--- CHANGELOG.md2019-09-06 17:49:18 UTC (rev 508301)
+++ CHANGELOG.md2019-09-06 17:49:28 UTC (rev 508302)
@@ -1,224 +0,0 @@
-## 0.12.7 (Unreleased)
-
-ENHANCEMENTS:
-* lang/funcs: `lookup()` can work with maps of lists, maps and objects 
[GH-22269]
-
-BUG FIXES:
-* config: fix panic on tuples with `for_each` [GH-22279]
-* config: fix references to `each` of `for_each` in provisioners [GH-22289]
-* plugin/sdk: Azure SDK components used by the `azure` remote state backend 
have been updated to recent versions. This should help prevent dependency 
conflicts when using Terraform components or the plugin SDK in other projects 
that have their own Azure dependencies. [GH-22247], [GH-22248]
-
-
-## 0.12.6 (July 31, 2019)
-
-NOTES:
-
-* backend/s3: After this update, the AWS Go SDK will prefer credentials found 
via the `AWS_PROFILE` environment variable when both the `AWS_PROFILE` 
environment variable and the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` 
environment variables are statically defined. Previously the SDK would ignore 
the `AWS_PROFILE` environment variable, if static environment credentials were 
also specified. This is listed as a bug fix in the AWS Go SDK release notes. 
([#22253](https://github.com/hashicorp/terraform/issues/22253))
-
-NEW FEATURES:
-* backend/oss: added support for assume role config 
([#22186](https://github.com/hashicorp/terraform/issues/22186))
-* config: Resources can now use a for_each meta-argument 
([#17179](https://github.com/hashicorp/terraform/issues/17179))
-
-ENHANCEMENTS:
-* backend/s3: Add support for assuming role via web identity token via the 
`AWS_WEB_IDENTITY_TOKEN_FILE` and `AWS_ROLE_ARN` environment variables 
([#22253](https://github.com/hashicorp/terraform/issues/22253))
-* backend/s3: Support automatic region validation for `me-south-1`. For AWS 
operations to work in the new region, the region must be explicitly enabled as 
outlined in the [AWS 
Documentation](https://docs.aws.amazon.com/general/latest/gr/rande-manage.html#rande-manage-enable)
 ([#22253](https://github.com/hashicorp/terraform/issues/22253))
-* connection/ssh: Improve connection debug messages 
([#22097](https://github.com/hashicorp/terraform/issues/22097))
-
-BUG FIXES:
-* backend/remote: remove misleading contents from error message 
([#22148](https://github.com/hashicorp/terraform/issues/22148))
-* backend/s3: Load credentials via the `AWS_PROFILE` environment variable (if 
available) when `AWS_PROFILE` is defined along with `AWS_ACCESS_KEY_ID` and 
`AWS_SECRET_ACCESS_KEY` 
([#22253](https://github.com/hashicorp/terraform/issues/22253))
-* config: Improve conditionals to returns the correct type when dynamic values 
are present but unevaluated 
([#22137](https://github.com/hashicorp/terraform/issues/22137))
-* config: Fix panic when mistakingly using `dynamic` on an attribute 
([#22169](https://github.com/hashicorp/terraform/issues/22169))
-* cli: Fix crash with reset connection during init 
([#22146](https://github.com/hashicorp/terraform/issues/22146))
-* cli: show all deposed instances and prevent crash in `show` command 
([#22149](https://github.com/hashicorp/terraform/issues/22149))
-* configs/configupgrade: Fix crash with nil hilNode 
([#22181](https://github.com/hashicorp/terraform/issues/22181))
-* command/fmt: now formats correctly in presence of here-docs 
([#21434](https://github.com/hashicorp/terraform/issues/21434))
-* helper/schema: don't skip deprecation check during validation when attribute 
value is unknown ([#22262](https://github.com/hashicorp/terraform/issues/22262))
-* plugin/sdk: allow MinItems > 1 when dynamic blocks 
([#1](https://github.com/hashicorp/terraform/issues/1))
-* plugin/sdk: fix reflect panics in helper/schema validation 
([#22236](https://github.com/hashicorp/terraform/issues/22236))
-
-## 0.12.5 (July 18, 2019)
-
-ENHANCEMENTS:
-* command/format: No longer show no-ops in `terraform show`, since nothing 
will change ([#21907](https://github.com/hashicorp/terraform/issues/21907))
-* backend/s3: Support for assuming role using credential process from the 
shared AWS configuration file (support profile containing both 
`credential_process` and `role_arn` configurations) 
([#21908](https://github.com/hashicorp/terraform/issues/21908))

[arch-commits] Commit in terraform/trunk (PKGBUILD)

2019-09-06 Thread Jerome Leclanche via arch-commits
Date: Friday, September 6, 2019 @ 17:49:18
  Author: jleclanche
Revision: 508301

upgpkg: terraform 0.12.8-1

Upstream release 0.12.8

Modified:
  terraform/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-06 16:33:22 UTC (rev 508300)
+++ PKGBUILD2019-09-06 17:49:18 UTC (rev 508301)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=terraform
-pkgver=0.12.7
+pkgver=0.12.8
 pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="https://www.terraform.io/;
@@ -10,7 +10,7 @@
 license=("MPL")
 makedepends=("go-pie")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("1c4b04e219de9325b3c018679004795fd90c4f5148c6249ff43b156e35f58d56")
+sha256sums=("f1c69a264c76de20afbca92943419668f02a46005111347959d25ea285c2f5cc")
 changelog="CHANGELOG.md"
 
 prepare() {


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2019-08-24 Thread Jerome Leclanche via arch-commits
Date: Saturday, August 24, 2019 @ 22:31:09
  Author: jleclanche
Revision: 501611

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 501610, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 501610, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-24 22:31:05 UTC (rev 501610)
+++ PKGBUILD2019-08-24 22:31:09 UTC (rev 501611)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.9
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("a26d4bbd49b106b0c650dc8ebc5f4948900fe1e18204e1af2887a572af6fad44")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 501610, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-24 22:31:09 UTC (rev 501611)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.10
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("d41fca7bef961121b2da9c31505e654c2312a7221b810ad6fd3b8c2eebeda3b7")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2019-08-24 22:31:05 UTC (rev 501610)
+++ xonsh.install   2019-08-24 22:31:09 UTC (rev 501611)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 501610, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2019-08-24 22:31:09 UTC (rev 501611)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2019-08-24 Thread Jerome Leclanche via arch-commits
Date: Saturday, August 24, 2019 @ 22:31:05
  Author: jleclanche
Revision: 501610

upgpkg: xonsh 0.9.10-1

Upstream release 0.9.10

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 22:30:05 UTC (rev 501609)
+++ PKGBUILD2019-08-24 22:31:05 UTC (rev 501610)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("a26d4bbd49b106b0c650dc8ebc5f4948900fe1e18204e1af2887a572af6fad44")
+sha256sums=("d41fca7bef961121b2da9c31505e654c2312a7221b810ad6fd3b8c2eebeda3b7")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in terraform/trunk (PKGBUILD)

2019-08-24 Thread Jerome Leclanche via arch-commits
Date: Saturday, August 24, 2019 @ 22:29:55
  Author: jleclanche
Revision: 501608

upgpkg: terraform 0.12.7-1

Upstream release 0.12.7

Modified:
  terraform/trunk/PKGBUILD

--+
 PKGBUILD |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 22:27:17 UTC (rev 501607)
+++ PKGBUILD2019-08-24 22:29:55 UTC (rev 501608)
@@ -2,8 +2,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=terraform
-pkgver=0.12.6
-pkgrel=2
+pkgver=0.12.7
+pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="https://www.terraform.io/;
 arch=("x86_64")
@@ -10,23 +10,23 @@
 license=("MPL")
 makedepends=("go-pie")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha512sums=('295ca012ab67b5cc4c32a450b2c3e61bc4635ab3c93a242ac457208e1230f12e7145b456ed944aa1b6d87ad18205320200926541dd274d5e162e4b0b9d4a8e90')
-changelog=CHANGELOG.md
+sha256sums=("1c4b04e219de9325b3c018679004795fd90c4f5148c6249ff43b156e35f58d56")
+changelog="CHANGELOG.md"
 
 prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
+   export GOPATH="${srcdir}"
+   export PATH="$PATH:$GOPATH/bin"
+   mkdir -p src/github.com/hashicorp/
+   mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
 }
 
 build() {
-  cd src/github.com/hashicorp/"${pkgname}"
-  go build -o terraform-binary
+   cd src/github.com/hashicorp/"${pkgname}"
+   go build -o terraform-binary
 }
 
 package() {
-  cd src/github.com/hashicorp/"${pkgname}"
-  install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   cd src/github.com/hashicorp/"${pkgname}"
+   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


[arch-commits] Commit in terraform/repos/community-x86_64 (4 files)

2019-08-24 Thread Jerome Leclanche via arch-commits
Date: Saturday, August 24, 2019 @ 22:30:05
  Author: jleclanche
Revision: 501609

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/CHANGELOG.md
(from rev 501608, terraform/trunk/CHANGELOG.md)
  terraform/repos/community-x86_64/PKGBUILD
(from rev 501608, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/CHANGELOG.md
  terraform/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md |  448 -
 PKGBUILD |   64 
 2 files changed, 256 insertions(+), 256 deletions(-)

Deleted: CHANGELOG.md
===
--- CHANGELOG.md2019-08-24 22:29:55 UTC (rev 501608)
+++ CHANGELOG.md2019-08-24 22:30:05 UTC (rev 501609)
@@ -1,224 +0,0 @@
-## 0.12.7 (Unreleased)
-
-ENHANCEMENTS:
-* lang/funcs: `lookup()` can work with maps of lists, maps and objects 
[GH-22269]
-
-BUG FIXES:
-* config: fix panic on tuples with `for_each` [GH-22279]
-* config: fix references to `each` of `for_each` in provisioners [GH-22289]
-* plugin/sdk: Azure SDK components used by the `azure` remote state backend 
have been updated to recent versions. This should help prevent dependency 
conflicts when using Terraform components or the plugin SDK in other projects 
that have their own Azure dependencies. [GH-22247], [GH-22248]
-
-
-## 0.12.6 (July 31, 2019)
-
-NOTES:
-
-* backend/s3: After this update, the AWS Go SDK will prefer credentials found 
via the `AWS_PROFILE` environment variable when both the `AWS_PROFILE` 
environment variable and the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` 
environment variables are statically defined. Previously the SDK would ignore 
the `AWS_PROFILE` environment variable, if static environment credentials were 
also specified. This is listed as a bug fix in the AWS Go SDK release notes. 
([#22253](https://github.com/hashicorp/terraform/issues/22253))
-
-NEW FEATURES:
-* backend/oss: added support for assume role config 
([#22186](https://github.com/hashicorp/terraform/issues/22186))
-* config: Resources can now use a for_each meta-argument 
([#17179](https://github.com/hashicorp/terraform/issues/17179))
-
-ENHANCEMENTS:
-* backend/s3: Add support for assuming role via web identity token via the 
`AWS_WEB_IDENTITY_TOKEN_FILE` and `AWS_ROLE_ARN` environment variables 
([#22253](https://github.com/hashicorp/terraform/issues/22253))
-* backend/s3: Support automatic region validation for `me-south-1`. For AWS 
operations to work in the new region, the region must be explicitly enabled as 
outlined in the [AWS 
Documentation](https://docs.aws.amazon.com/general/latest/gr/rande-manage.html#rande-manage-enable)
 ([#22253](https://github.com/hashicorp/terraform/issues/22253))
-* connection/ssh: Improve connection debug messages 
([#22097](https://github.com/hashicorp/terraform/issues/22097))
-
-BUG FIXES:
-* backend/remote: remove misleading contents from error message 
([#22148](https://github.com/hashicorp/terraform/issues/22148))
-* backend/s3: Load credentials via the `AWS_PROFILE` environment variable (if 
available) when `AWS_PROFILE` is defined along with `AWS_ACCESS_KEY_ID` and 
`AWS_SECRET_ACCESS_KEY` 
([#22253](https://github.com/hashicorp/terraform/issues/22253))
-* config: Improve conditionals to returns the correct type when dynamic values 
are present but unevaluated 
([#22137](https://github.com/hashicorp/terraform/issues/22137))
-* config: Fix panic when mistakingly using `dynamic` on an attribute 
([#22169](https://github.com/hashicorp/terraform/issues/22169))
-* cli: Fix crash with reset connection during init 
([#22146](https://github.com/hashicorp/terraform/issues/22146))
-* cli: show all deposed instances and prevent crash in `show` command 
([#22149](https://github.com/hashicorp/terraform/issues/22149))
-* configs/configupgrade: Fix crash with nil hilNode 
([#22181](https://github.com/hashicorp/terraform/issues/22181))
-* command/fmt: now formats correctly in presence of here-docs 
([#21434](https://github.com/hashicorp/terraform/issues/21434))
-* helper/schema: don't skip deprecation check during validation when attribute 
value is unknown ([#22262](https://github.com/hashicorp/terraform/issues/22262))
-* plugin/sdk: allow MinItems > 1 when dynamic blocks 
([#1](https://github.com/hashicorp/terraform/issues/1))
-* plugin/sdk: fix reflect panics in helper/schema validation 
([#22236](https://github.com/hashicorp/terraform/issues/22236))
-
-## 0.12.5 (July 18, 2019)
-
-ENHANCEMENTS:
-* command/format: No longer show no-ops in `terraform show`, since nothing 
will change ([#21907](https://github.com/hashicorp/terraform/issues/21907))
-* backend/s3: Support for assuming role using credential process from the 
shared AWS configuration file (support profile containing both 
`credential_process` and `role_arn` configurations) 
([#21908](https://github.com/hashicorp/terraform/issues/21908))

[arch-commits] Commit in xonsh/repos/community-any (4 files)

2019-07-24 Thread Jerome Leclanche via arch-commits
Date: Wednesday, July 24, 2019 @ 18:59:04
  Author: jleclanche
Revision: 492716

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 492715, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 492715, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 18:58:55 UTC (rev 492715)
+++ PKGBUILD2019-07-24 18:59:04 UTC (rev 492716)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.8
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("85bf43496bb20825912214fe85d9bad8fe9fbb90c5971402df723f487cc95680")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 492715, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 18:59:04 UTC (rev 492716)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("a26d4bbd49b106b0c650dc8ebc5f4948900fe1e18204e1af2887a572af6fad44")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2019-07-24 18:58:55 UTC (rev 492715)
+++ xonsh.install   2019-07-24 18:59:04 UTC (rev 492716)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 492715, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2019-07-24 18:59:04 UTC (rev 492716)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2019-07-24 Thread Jerome Leclanche via arch-commits
Date: Wednesday, July 24, 2019 @ 18:58:55
  Author: jleclanche
Revision: 492715

upgpkg: xonsh 0.9.9-1

Upstream release 0.9.9

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 18:35:24 UTC (rev 492714)
+++ PKGBUILD2019-07-24 18:58:55 UTC (rev 492715)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("85bf43496bb20825912214fe85d9bad8fe9fbb90c5971402df723f487cc95680")
+sha256sums=("a26d4bbd49b106b0c650dc8ebc5f4948900fe1e18204e1af2887a572af6fad44")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2019-07-10 Thread Jerome Leclanche via arch-commits
Date: Wednesday, July 10, 2019 @ 19:15:54
  Author: jleclanche
Revision: 488592

upgpkg: xonsh 0.9.8-1

Upstream release 0.9.8

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-10 18:18:15 UTC (rev 488591)
+++ PKGBUILD2019-07-10 19:15:54 UTC (rev 488592)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("ed7b6c24b6c807c25369d7d9c9a09267367eff3b30b80ffbe9a113f7dc547359")
+sha256sums=("85bf43496bb20825912214fe85d9bad8fe9fbb90c5971402df723f487cc95680")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2019-07-10 Thread Jerome Leclanche via arch-commits
Date: Wednesday, July 10, 2019 @ 19:16:04
  Author: jleclanche
Revision: 488593

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 488592, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 488592, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-10 19:15:54 UTC (rev 488592)
+++ PKGBUILD2019-07-10 19:16:04 UTC (rev 488593)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("ed7b6c24b6c807c25369d7d9c9a09267367eff3b30b80ffbe9a113f7dc547359")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 488592, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-10 19:16:04 UTC (rev 488593)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("85bf43496bb20825912214fe85d9bad8fe9fbb90c5971402df723f487cc95680")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2019-07-10 19:15:54 UTC (rev 488592)
+++ xonsh.install   2019-07-10 19:16:04 UTC (rev 488593)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 488592, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2019-07-10 19:16:04 UTC (rev 488593)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2019-07-02 Thread Jerome Leclanche via arch-commits
Date: Tuesday, July 2, 2019 @ 08:08:58
  Author: jleclanche
Revision: 487241

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 487240, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 487240, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-02 08:08:45 UTC (rev 487240)
+++ PKGBUILD2019-07-02 08:08:58 UTC (rev 487241)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="http://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("20d91b94b20d5554b9ca4b7f0645ea6db44e1059d0a04b64af23411b7d8e7bc4")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 487240, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-02 08:08:58 UTC (rev 487241)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("ed7b6c24b6c807c25369d7d9c9a09267367eff3b30b80ffbe9a113f7dc547359")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2019-07-02 08:08:45 UTC (rev 487240)
+++ xonsh.install   2019-07-02 08:08:58 UTC (rev 487241)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 487240, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2019-07-02 08:08:58 UTC (rev 487241)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2019-07-02 Thread Jerome Leclanche via arch-commits
Date: Tuesday, July 2, 2019 @ 08:08:45
  Author: jleclanche
Revision: 487240

upgpkg: xonsh 0.9.7-1

Upstream release 0.9.7

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-02 04:54:07 UTC (rev 487239)
+++ PKGBUILD2019-07-02 08:08:45 UTC (rev 487240)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("20d91b94b20d5554b9ca4b7f0645ea6db44e1059d0a04b64af23411b7d8e7bc4")
+sha256sums=("ed7b6c24b6c807c25369d7d9c9a09267367eff3b30b80ffbe9a113f7dc547359")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in sassc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-06-20 Thread Jerome Leclanche via arch-commits
Date: Thursday, June 20, 2019 @ 21:03:36
  Author: jleclanche
Revision: 482534

archrelease: copy trunk to community-x86_64

Added:
  sassc/repos/community-x86_64/PKGBUILD
(from rev 482533, sassc/trunk/PKGBUILD)
Deleted:
  sassc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 21:03:02 UTC (rev 482533)
+++ PKGBUILD2019-06-20 21:03:36 UTC (rev 482534)
@@ -1,29 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=sassc
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor."
-arch=("x86_64")
-url="http://libsass.org/;
-license=("MIT")
-depends=("libsass")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("dac8d83339c3c8fc6b9599e2ff1e0a0ae833ab0e65d4370b9c69bde18f8ec676")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sassc/repos/community-x86_64/PKGBUILD (from rev 482533, 
sassc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 21:03:36 UTC (rev 482534)
@@ -0,0 +1,29 @@
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=sassc
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor."
+arch=("x86_64")
+url="http://libsass.org/;
+license=("MIT")
+depends=("libsass")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in sassc/trunk (PKGBUILD)

2019-06-20 Thread Jerome Leclanche via arch-commits
Date: Thursday, June 20, 2019 @ 21:03:02
  Author: jleclanche
Revision: 482533

upgpkg: sassc 3.6.1-1

Upstream release 3.6.1

Modified:
  sassc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 20:01:20 UTC (rev 482532)
+++ PKGBUILD2019-06-20 21:03:02 UTC (rev 482533)
@@ -2,7 +2,7 @@
 # Contributor: Isaac Dupree 
 
 pkgname=sassc
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="C implementation of Sass CSS preprocessor."
 arch=("x86_64")
@@ -10,7 +10,7 @@
 license=("MIT")
 depends=("libsass")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("dac8d83339c3c8fc6b9599e2ff1e0a0ae833ab0e65d4370b9c69bde18f8ec676")
+sha256sums=("8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60")
 
 
 build() {


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2019-06-17 Thread Jerome Leclanche via arch-commits
Date: Monday, June 17, 2019 @ 18:40:17
  Author: jleclanche
Revision: 481996

upgpkg: xonsh 0.9.6-1

Upstream release 0.9.6

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 18:35:54 UTC (rev 481995)
+++ PKGBUILD2019-06-17 18:40:17 UTC (rev 481996)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.4
+pkgver=0.9.6
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("87695cece91db6ddd4fee55ef8afe8f56cce02b58c62be711a08f0a155f8bb06")
+sha256sums=("20d91b94b20d5554b9ca4b7f0645ea6db44e1059d0a04b64af23411b7d8e7bc4")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2019-06-17 Thread Jerome Leclanche via arch-commits
Date: Monday, June 17, 2019 @ 18:40:27
  Author: jleclanche
Revision: 481997

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 481996, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 481996, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-17 18:40:17 UTC (rev 481996)
+++ PKGBUILD2019-06-17 18:40:27 UTC (rev 481997)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.4
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="http://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("87695cece91db6ddd4fee55ef8afe8f56cce02b58c62be711a08f0a155f8bb06")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 481996, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-17 18:40:27 UTC (rev 481997)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="http://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("20d91b94b20d5554b9ca4b7f0645ea6db44e1059d0a04b64af23411b7d8e7bc4")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2019-06-17 18:40:17 UTC (rev 481996)
+++ xonsh.install   2019-06-17 18:40:27 UTC (rev 481997)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 481996, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2019-06-17 18:40:27 UTC (rev 481997)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in sassc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-06-09 Thread Jerome Leclanche via arch-commits
Date: Sunday, June 9, 2019 @ 21:03:49
  Author: jleclanche
Revision: 479171

archrelease: copy trunk to community-x86_64

Added:
  sassc/repos/community-x86_64/PKGBUILD
(from rev 479170, sassc/trunk/PKGBUILD)
Deleted:
  sassc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-09 21:03:40 UTC (rev 479170)
+++ PKGBUILD2019-06-09 21:03:49 UTC (rev 479171)
@@ -1,29 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=sassc
-pkgver=3.5.0
-pkgrel=2
-pkgdesc="C implementation of Sass CSS preprocessor."
-arch=("x86_64")
-url="http://libsass.org/;
-license=("MIT")
-depends=("libsass")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("26f54e31924b83dd706bc77df5f8f5553a84d51365f0e3c566df8de027918042")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sassc/repos/community-x86_64/PKGBUILD (from rev 479170, 
sassc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-09 21:03:49 UTC (rev 479171)
@@ -0,0 +1,29 @@
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=sassc
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor."
+arch=("x86_64")
+url="http://libsass.org/;
+license=("MIT")
+depends=("libsass")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("dac8d83339c3c8fc6b9599e2ff1e0a0ae833ab0e65d4370b9c69bde18f8ec676")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in sassc/trunk (PKGBUILD)

2019-06-09 Thread Jerome Leclanche via arch-commits
Date: Sunday, June 9, 2019 @ 21:03:40
  Author: jleclanche
Revision: 479170

upgpkg: sassc 3.6.0-1

Upstream release 3.6.0

Modified:
  sassc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-09 20:53:43 UTC (rev 479169)
+++ PKGBUILD2019-06-09 21:03:40 UTC (rev 479170)
@@ -2,8 +2,8 @@
 # Contributor: Isaac Dupree 
 
 pkgname=sassc
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="C implementation of Sass CSS preprocessor."
 arch=("x86_64")
 url="http://libsass.org/;
@@ -10,7 +10,7 @@
 license=("MIT")
 depends=("libsass")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("26f54e31924b83dd706bc77df5f8f5553a84d51365f0e3c566df8de027918042")
+sha256sums=("dac8d83339c3c8fc6b9599e2ff1e0a0ae833ab0e65d4370b9c69bde18f8ec676")
 
 
 build() {


[arch-commits] Commit in prettier/trunk (PKGBUILD)

2019-06-09 Thread Jerome Leclanche via arch-commits
Date: Sunday, June 9, 2019 @ 15:19:50
  Author: jleclanche
Revision: 478968

upgpkg: prettier 1.18.2-1

Upstream release 1.18.2

Modified:
  prettier/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-09 15:18:10 UTC (rev 478967)
+++ PKGBUILD2019-06-09 15:19:50 UTC (rev 478968)
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=prettier
-pkgver=1.17.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
 arch=("any")
@@ -11,7 +11,7 @@
 depends=("nodejs")
 makedepends=("yarn")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('ba8d5688347879c3339fc525826a13e4235670318583f2c61bf635c97ce51eb4')
+sha256sums=("daae2e5eb6ce9e63853edd91545070010fc38ea9e3b7a4ed1e5614106da718e1")
 
 
 build() {


[arch-commits] Commit in prettier/repos/community-any (PKGBUILD PKGBUILD)

2019-06-09 Thread Jerome Leclanche via arch-commits
Date: Sunday, June 9, 2019 @ 15:20:01
  Author: jleclanche
Revision: 478969

archrelease: copy trunk to community-any

Added:
  prettier/repos/community-any/PKGBUILD
(from rev 478968, prettier/trunk/PKGBUILD)
Deleted:
  prettier/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-09 15:19:50 UTC (rev 478968)
+++ PKGBUILD2019-06-09 15:20:01 UTC (rev 478969)
@@ -1,31 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=prettier
-pkgver=1.17.1
-pkgrel=1
-pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
-arch=("any")
-url="https://prettier.io/;
-license=("MIT")
-depends=("nodejs")
-makedepends=("yarn")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('ba8d5688347879c3339fc525826a13e4235670318583f2c61bf635c97ce51eb4')
-
-
-build() {
-   cd "$pkgname-$pkgver"
-   yarn
-   yarn build
-}
-
-
-package() {
-   install -d "$pkgdir/usr/lib/$pkgname"
-   cd "$pkgdir/usr/lib/$pkgname"
-   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
-   install -d "$pkgdir/usr/bin"
-   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
-   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
-}

Copied: prettier/repos/community-any/PKGBUILD (from rev 478968, 
prettier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-09 15:20:01 UTC (rev 478969)
@@ -0,0 +1,31 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=prettier
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
+arch=("any")
+url="https://prettier.io/;
+license=("MIT")
+depends=("nodejs")
+makedepends=("yarn")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("daae2e5eb6ce9e63853edd91545070010fc38ea9e3b7a4ed1e5614106da718e1")
+
+
+build() {
+   cd "$pkgname-$pkgver"
+   yarn
+   yarn build
+}
+
+
+package() {
+   install -d "$pkgdir/usr/lib/$pkgname"
+   cd "$pkgdir/usr/lib/$pkgname"
+   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
+   install -d "$pkgdir/usr/bin"
+   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
+}


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2019-05-25 Thread Jerome Leclanche via arch-commits
Date: Saturday, May 25, 2019 @ 17:07:41
  Author: jleclanche
Revision: 470692

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 470691, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 470691, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-25 17:07:32 UTC (rev 470691)
+++ PKGBUILD2019-05-25 17:07:41 UTC (rev 470692)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="http://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("01e2d28a1941f52968f9cfc7d17cf8786825937ce5c9261812bfacb37658000b")
-
-package() {
-   cd "$srcdir"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 470691, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-25 17:07:41 UTC (rev 470692)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="http://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("87695cece91db6ddd4fee55ef8afe8f56cce02b58c62be711a08f0a155f8bb06")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2019-05-25 17:07:32 UTC (rev 470691)
+++ xonsh.install   2019-05-25 17:07:41 UTC (rev 470692)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 470691, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2019-05-25 17:07:41 UTC (rev 470692)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2019-05-25 Thread Jerome Leclanche via arch-commits
Date: Saturday, May 25, 2019 @ 17:07:32
  Author: jleclanche
Revision: 470691

upgpkg: xonsh 0.9.4-1

Upstream release 0.9.4

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 17:04:23 UTC (rev 470690)
+++ PKGBUILD2019-05-25 17:07:32 UTC (rev 470691)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.0
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -10,12 +10,12 @@
 depends=("python" "python-ply")
 optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
 makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgver.tar.gz;)
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("01e2d28a1941f52968f9cfc7d17cf8786825937ce5c9261812bfacb37658000b")
+sha256sums=("87695cece91db6ddd4fee55ef8afe8f56cce02b58c62be711a08f0a155f8bb06")
 
 package() {
-   cd "$srcdir"
+   cd "$srcdir/$pkgname-$pkgver"
python setup.py install --root="$pkgdir"
install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
 }


[arch-commits] Commit in terraform/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-22 Thread Jerome Leclanche via arch-commits
Date: Wednesday, May 22, 2019 @ 21:15:24
  Author: jleclanche
Revision: 468700

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
(from rev 468699, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 21:15:11 UTC (rev 468699)
+++ PKGBUILD2019-05-22 21:15:24 UTC (rev 468700)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Christian Rebischke 
-
-pkgname=terraform
-pkgver=0.11.14
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="https://www.terraform.io/;
-arch=("x86_64")
-license=("MPL")
-makedepends=("go-pie")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=('50b75c94c4d3bfe44cfc12c740126747b6b34c014602777154356caa85a783f4')
-
-
-prepare() {
-   export GOPATH="${srcdir}"
-   export PATH="$PATH:$GOPATH/bin"
-   mkdir -p src/github.com/hashicorp/
-   mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
-}
-
-
-build() {
-   cd src/github.com/hashicorp/"${pkgname}"
-   go build -o terraform-binary
-}
-
-
-package() {
-   cd src/github.com/hashicorp/"${pkgname}"
-   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 468699, 
terraform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-22 21:15:24 UTC (rev 468700)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
+
+pkgname=terraform
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="https://www.terraform.io/;
+arch=("x86_64")
+license=("MPL")
+makedepends=("go-pie")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("0e13fec7d1ecde21369f2ae9eeb06405c078d392cb373a43e8fe34a6a373417d")
+
+
+prepare() {
+   export GOPATH="${srcdir}"
+   export PATH="$PATH:$GOPATH/bin"
+   mkdir -p src/github.com/hashicorp/
+   mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
+}
+
+
+build() {
+   cd src/github.com/hashicorp/"${pkgname}"
+   go build -o terraform-binary
+}
+
+
+package() {
+   cd src/github.com/hashicorp/"${pkgname}"
+   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in terraform/trunk (PKGBUILD)

2019-05-22 Thread Jerome Leclanche via arch-commits
Date: Wednesday, May 22, 2019 @ 21:15:11
  Author: jleclanche
Revision: 468699

upgpkg: terraform 0.12.0-1

Upstream release 0.12.0

Modified:
  terraform/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 21:15:03 UTC (rev 468698)
+++ PKGBUILD2019-05-22 21:15:11 UTC (rev 468699)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=terraform
-pkgver=0.11.14
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="https://www.terraform.io/;
@@ -10,7 +10,7 @@
 license=("MPL")
 makedepends=("go-pie")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=('50b75c94c4d3bfe44cfc12c740126747b6b34c014602777154356caa85a783f4')
+sha256sums=("0e13fec7d1ecde21369f2ae9eeb06405c078d392cb373a43e8fe34a6a373417d")
 
 
 prepare() {


  1   2   3   >