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

2022-04-16 Thread Lukas Fleischer via arch-commits
Date: Saturday, April 16, 2022 @ 22:43:51
  Author: lfleischer
Revision: 1186830

archrelease: copy trunk to community-x86_64

Added:
  calcurse/repos/community-x86_64/2E36D8620221482FC45CB7F2A91764759326B440.asc
(from rev 1186829, 
calcurse/trunk/2E36D8620221482FC45CB7F2A91764759326B440.asc)
  calcurse/repos/community-x86_64/PKGBUILD
(from rev 1186829, calcurse/trunk/PKGBUILD)
Deleted:
  calcurse/repos/community-x86_64/2E36D8620221482FC45CB7F2A91764759326B440.asc
  calcurse/repos/community-x86_64/PKGBUILD

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

Deleted: 2E36D8620221482FC45CB7F2A91764759326B440.asc
===
(Binary files differ)

Copied: 
calcurse/repos/community-x86_64/2E36D8620221482FC45CB7F2A91764759326B440.asc 
(from rev 1186829, calcurse/trunk/2E36D8620221482FC45CB7F2A91764759326B440.asc)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-16 22:43:37 UTC (rev 1186829)
+++ PKGBUILD2022-04-16 22:43:51 UTC (rev 1186830)
@@ -1,43 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ronald van Haren 
-# Contributor: wain 
-
-pkgname=calcurse
-pkgver=4.7.1
-pkgrel=2
-pkgdesc='A text-based personal organizer'
-arch=('x86_64')
-url='https://calcurse.org/'
-license=('BSD')
-depends=('ncurses')
-optdepends=(
-  'python: for CalDAV support'
-  'python-httplib2: for CalDAV support'
-  'python-pyparsing: for CalDAV support'
-)
-source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('8b5574d2909128c745b2d6367b517c5fb04a1c451e666dc9ee0652b3793b519576af5700d4fd073de0ccd5e5dced6b69c45dbfaf98b35a99784093208512b68e'
-'SKIP')
-b2sums=('438741b9e0f61438d235fa60d13816d83c19f7d1b612619fe20a78812e77657b003ad0b9416bcc766f0e38e7868b3543972ed65eee43d8f9d6b1d80ba1872091'
-'SKIP')
-validpgpkeys=('2E36D8620221482FC45CB7F2A91764759326B440') # Lukas Fleischer 

-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---enable-docs \
---without-asciidoc \
---prefix=/usr \
---mandir=/usr/share/man
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYING
-}

Copied: calcurse/repos/community-x86_64/PKGBUILD (from rev 1186829, 
calcurse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-16 22:43:51 UTC (rev 1186830)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ronald van Haren 
+# Contributor: wain 
+
+pkgname=calcurse
+pkgver=4.8.0
+pkgrel=1
+pkgdesc='A text-based personal organizer'
+arch=('x86_64')
+url='https://calcurse.org/'
+license=('BSD')
+depends=('ncurses')
+optdepends=(
+  'python: for CalDAV support'
+  'python-httplib2: for CalDAV support'
+  'python-pyparsing: for CalDAV support'
+)
+source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('ea156c4320abf97fdb5abc29ff1f9bc659a3cab0e571295ed04b42dd742c4c45a7d5958dc2d386fc0ee7bd733969a6275405d5cf10cd645c75cb97b6b9e571d6'
+'SKIP')
+b2sums=('3fc703626d5e17b78ff42c0ef4f554585efd8223c2bd9d8c2f7add681602dc585cf066ed7c55a040b2585ad07513b26a5297b3b41f4c94a043f61ad2ad9094c2'
+'SKIP')
+validpgpkeys=('2E36D8620221482FC45CB7F2A91764759326B440') # Lukas Fleischer 

+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--enable-docs \
+--without-asciidoc \
+--prefix=/usr \
+--mandir=/usr/share/man
+
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYING
+}



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

2022-04-16 Thread Lukas Fleischer via arch-commits
Date: Saturday, April 16, 2022 @ 22:43:37
  Author: lfleischer
Revision: 1186829

upgpkg: calcurse 4.8.0-1: upstream update

Modified:
  calcurse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-16 22:13:52 UTC (rev 1186828)
+++ PKGBUILD2022-04-16 22:43:37 UTC (rev 1186829)
@@ -3,8 +3,8 @@
 # Contributor: wain 
 
 pkgname=calcurse
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.8.0
+pkgrel=1
 pkgdesc='A text-based personal organizer'
 arch=('x86_64')
 url='https://calcurse.org/'
@@ -16,9 +16,9 @@
   'python-pyparsing: for CalDAV support'
 )
 source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('8b5574d2909128c745b2d6367b517c5fb04a1c451e666dc9ee0652b3793b519576af5700d4fd073de0ccd5e5dced6b69c45dbfaf98b35a99784093208512b68e'
+sha512sums=('ea156c4320abf97fdb5abc29ff1f9bc659a3cab0e571295ed04b42dd742c4c45a7d5958dc2d386fc0ee7bd733969a6275405d5cf10cd645c75cb97b6b9e571d6'
 'SKIP')
-b2sums=('438741b9e0f61438d235fa60d13816d83c19f7d1b612619fe20a78812e77657b003ad0b9416bcc766f0e38e7868b3543972ed65eee43d8f9d6b1d80ba1872091'
+b2sums=('3fc703626d5e17b78ff42c0ef4f554585efd8223c2bd9d8c2f7add681602dc585cf066ed7c55a040b2585ad07513b26a5297b3b41f4c94a043f61ad2ad9094c2'
 'SKIP')
 validpgpkeys=('2E36D8620221482FC45CB7F2A91764759326B440') # Lukas Fleischer 

 
@@ -34,6 +34,11 @@
   make
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
 package() {
   cd "$pkgname-$pkgver"
 



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

2022-04-15 Thread Lukas Fleischer via arch-commits
Date: Friday, April 15, 2022 @ 18:03:38
  Author: lfleischer
Revision: 1186610

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-15 18:03:26 UTC (rev 1186609)
+++ PKGBUILD2022-04-15 18:03:38 UTC (rev 1186610)
@@ -1,41 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Andrey Mivrenik 
-# Contributor: Tim Diels 
-
-pkgname=python-dropbox
-_pkgname=dropbox-sdk-python
-pkgver=11.28.0
-pkgrel=1
-pkgdesc="Python SDK for Dropbox Core APIs"
-url="https://github.com/dropbox/dropbox-sdk-python;
-arch=('any')
-license=('MIT')
-depends=(python python-urllib3 python-requests python-stone)
-makedepends=(python-setuptools python-pytest-runner)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('9776a75962d7370ea38b50d05801b662884086ccf865288f00cb0941143f41f8d9ab0947676cd403acdc92cd08fce519bf9f1471da9ccc64f0dd7278487be174')
-
-prepare() {
-  sed -e 's|pytest-runner == 5.2.0|pytest-runner|' -i 
$_pkgname-$pkgver/setup.py # Unversion dependency
-}
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python setup.py build
-}
-
-# requires API token in $DROPBOX_TOKEN
-#check() {
-#  cd "$srcdir/$_pkgname-$pkgver"
-#
-#  python setup.py pytest --addopts "-k 'not TestDropboxTeam'"
-#  python2 setup.py pytest --addopts "-k 'not TestDropboxTeam'"
-#}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-dropbox/repos/community-any/PKGBUILD (from rev 1186609, 
python-dropbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-15 18:03:38 UTC (rev 1186610)
@@ -0,0 +1,41 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrey Mivrenik 
+# Contributor: Tim Diels 
+
+pkgname=python-dropbox
+_pkgname=dropbox-sdk-python
+pkgver=11.29.0
+pkgrel=1
+pkgdesc="Python SDK for Dropbox Core APIs"
+url="https://github.com/dropbox/dropbox-sdk-python;
+arch=('any')
+license=('MIT')
+depends=(python python-urllib3 python-requests python-stone)
+makedepends=(python-setuptools python-pytest-runner)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('99d0bb32d23ee9ab8787eddeca1be81f51096f28c76b6cf818e8c28577ebad9478b12ba3a1615ed44520816f3ca1d753f2acc82cd36fb6ec39a556691d0acf43')
+
+prepare() {
+  sed -e 's|pytest-runner == 5.2.0|pytest-runner|' -i 
$_pkgname-$pkgver/setup.py # Unversion dependency
+}
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python setup.py build
+}
+
+# requires API token in $DROPBOX_TOKEN
+#check() {
+#  cd "$srcdir/$_pkgname-$pkgver"
+#
+#  python setup.py pytest --addopts "-k 'not TestDropboxTeam'"
+#  python2 setup.py pytest --addopts "-k 'not TestDropboxTeam'"
+#}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-04-15 Thread Lukas Fleischer via arch-commits
Date: Friday, April 15, 2022 @ 18:03:26
  Author: lfleischer
Revision: 1186609

upgpkg: python-dropbox 11.29.0-1: upstream update

Modified:
  python-dropbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 18:01:53 UTC (rev 1186608)
+++ PKGBUILD2022-04-15 18:03:26 UTC (rev 1186609)
@@ -4,7 +4,7 @@
 
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
-pkgver=11.28.0
+pkgver=11.29.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://github.com/dropbox/dropbox-sdk-python;
@@ -13,7 +13,7 @@
 depends=(python python-urllib3 python-requests python-stone)
 makedepends=(python-setuptools python-pytest-runner)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('9776a75962d7370ea38b50d05801b662884086ccf865288f00cb0941143f41f8d9ab0947676cd403acdc92cd08fce519bf9f1471da9ccc64f0dd7278487be174')
+sha512sums=('99d0bb32d23ee9ab8787eddeca1be81f51096f28c76b6cf818e8c28577ebad9478b12ba3a1615ed44520816f3ca1d753f2acc82cd36fb6ec39a556691d0acf43')
 
 prepare() {
   sed -e 's|pytest-runner == 5.2.0|pytest-runner|' -i 
$_pkgname-$pkgver/setup.py # Unversion dependency



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

2022-04-15 Thread Lukas Fleischer via arch-commits
Date: Friday, April 15, 2022 @ 18:01:53
  Author: lfleischer
Revision: 1186608

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-15 18:01:40 UTC (rev 1186607)
+++ PKGBUILD2022-04-15 18:01:53 UTC (rev 1186608)
@@ -1,24 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Tomislav Ivek 
-
-pkgname=python-fasteners
-pkgver=0.16.3
-pkgrel=3
-pkgdesc="A python package that provides useful locks."
-arch=('any')
-url="https://github.com/harlowja/fasteners;
-license=('Apache')
-depends=('python-six')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz;)
-sha512sums=('72b4ead49bb0c4f0e0c4ff47cab12f645af456e9100f270b72582b68239dd2536b1b641b38693f4f3635fc977e4ffa059c249e097e8842a1325333c4a6e864f9')
-
-build() {
-  cd "$srcdir/fasteners-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/fasteners-$pkgver"
-  python setup.py install --optimize=1 --root="$pkgdir"
-}

Copied: python-fasteners/repos/community-any/PKGBUILD (from rev 1186607, 
python-fasteners/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-15 18:01:53 UTC (rev 1186608)
@@ -0,0 +1,24 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Tomislav Ivek 
+
+pkgname=python-fasteners
+pkgver=0.17.3
+pkgrel=1
+pkgdesc="A python package that provides useful locks."
+arch=('any')
+url="https://github.com/harlowja/fasteners;
+license=('Apache')
+depends=('python-six')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz;)
+sha512sums=('bed890d674bbb8d0442cb0a36c81bd5d1b4e34ce4451f1cf70dcf72e222d52ae98154d09ac0ad1e52d1a2026c532fd40df715fbbd6bc95f874a916911ec7')
+
+build() {
+  cd "$srcdir/fasteners-$pkgver"
+  python3 -m build --wheel --no-isolation
+}
+
+package() {
+  cd "$srcdir/fasteners-$pkgver"
+  python3 -m installer --destdir="$pkgdir" dist/*.whl
+}



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

2022-04-15 Thread Lukas Fleischer via arch-commits
Date: Friday, April 15, 2022 @ 18:01:40
  Author: lfleischer
Revision: 1186607

upgpkg: python-fasteners 0.17.3-1: upstream update

Modified:
  python-fasteners/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 17:22:49 UTC (rev 1186606)
+++ PKGBUILD2022-04-15 18:01:40 UTC (rev 1186607)
@@ -2,23 +2,23 @@
 # Contributor: Tomislav Ivek 
 
 pkgname=python-fasteners
-pkgver=0.16.3
-pkgrel=3
+pkgver=0.17.3
+pkgrel=1
 pkgdesc="A python package that provides useful locks."
 arch=('any')
 url="https://github.com/harlowja/fasteners;
 license=('Apache')
 depends=('python-six')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz;)
-sha512sums=('72b4ead49bb0c4f0e0c4ff47cab12f645af456e9100f270b72582b68239dd2536b1b641b38693f4f3635fc977e4ffa059c249e097e8842a1325333c4a6e864f9')
+sha512sums=('bed890d674bbb8d0442cb0a36c81bd5d1b4e34ce4451f1cf70dcf72e222d52ae98154d09ac0ad1e52d1a2026c532fd40df715fbbd6bc95f874a916911ec7')
 
 build() {
   cd "$srcdir/fasteners-$pkgver"
-  python setup.py build
+  python3 -m build --wheel --no-isolation
 }
 
 package() {
   cd "$srcdir/fasteners-$pkgver"
-  python setup.py install --optimize=1 --root="$pkgdir"
+  python3 -m installer --destdir="$pkgdir" dist/*.whl
 }



[arch-commits] Commit in libbsd/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-04-15 Thread Lukas Fleischer via arch-commits
Date: Friday, April 15, 2022 @ 17:53:50
  Author: lfleischer
Revision: 442708

archrelease: copy trunk to extra-x86_64

Added:
  libbsd/repos/extra-x86_64/PKGBUILD
(from rev 442707, libbsd/trunk/PKGBUILD)
Deleted:
  libbsd/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-15 17:53:34 UTC (rev 442707)
+++ PKGBUILD2022-04-15 17:53:50 UTC (rev 442708)
@@ -1,40 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Gerardo Exequiel Pozzi 
-
-pkgname=libbsd
-pkgver=0.11.5
-pkgrel=1
-pkgdesc='Provides useful functions commonly found on BSD systems like 
strlcpy()'
-arch=('x86_64')
-url="https://libbsd.freedesktop.org;
-license=('custom')
-depends=('glibc' 'libmd')
-options=('staticlibs')
-source=("https://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
-sha512sums=('c52c19eddd53630aca14f9f6221f7b84aa9cc798b4bb91e867822b161793313aab872ac1c0350d29312a72fee6e2061f3910ff918b724ec171d8c9de5837c841'
-'SKIP')
-validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  rm "${pkgdir}"/usr/lib/libbsd.a
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # included now in man-pages, FS#53351
-  rm -f "${pkgdir}"/usr/share/man/man3/explicit_bzero.3
-}

Copied: libbsd/repos/extra-x86_64/PKGBUILD (from rev 442707, 
libbsd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-15 17:53:50 UTC (rev 442708)
@@ -0,0 +1,40 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=libbsd
+pkgver=0.11.6
+pkgrel=1
+pkgdesc='Provides useful functions commonly found on BSD systems like 
strlcpy()'
+arch=('x86_64')
+url="https://libbsd.freedesktop.org;
+license=('custom')
+depends=('glibc' 'libmd')
+options=('staticlibs')
+source=("https://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
+sha512sums=('9dbbfb84340fc69f59667241701d81d176439ce168f123344805898a269f7bd0e98abf8c7fc12d9bf539d1effb19424d93b647cc9120f693327e736d339e6075'
+'SKIP')
+validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  rm "${pkgdir}"/usr/lib/libbsd.a
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # included now in man-pages, FS#53351
+  rm -f "${pkgdir}"/usr/share/man/man3/explicit_bzero.3
+}



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

2022-04-15 Thread Lukas Fleischer via arch-commits
Date: Friday, April 15, 2022 @ 17:53:34
  Author: lfleischer
Revision: 442707

upgpkg: libbsd 0.11.6-1: upstream update

Modified:
  libbsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 14:42:08 UTC (rev 442706)
+++ PKGBUILD2022-04-15 17:53:34 UTC (rev 442707)
@@ -3,7 +3,7 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=libbsd
-pkgver=0.11.5
+pkgver=0.11.6
 pkgrel=1
 pkgdesc='Provides useful functions commonly found on BSD systems like 
strlcpy()'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc' 'libmd')
 options=('staticlibs')
 
source=("https://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
-sha512sums=('c52c19eddd53630aca14f9f6221f7b84aa9cc798b4bb91e867822b161793313aab872ac1c0350d29312a72fee6e2061f3910ff918b724ec171d8c9de5837c841'
+sha512sums=('9dbbfb84340fc69f59667241701d81d176439ce168f123344805898a269f7bd0e98abf8c7fc12d9bf539d1effb19424d93b647cc9120f693327e736d339e6075'
 'SKIP')
 validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
 



[arch-commits] Commit in protobuf/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2021-12-19 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 19, 2021 @ 11:48:10
  Author: lfleischer
Revision: 432779

archrelease: copy trunk to staging-x86_64

Added:
  protobuf/repos/staging-x86_64/
  protobuf/repos/staging-x86_64/PKGBUILD
(from rev 432778, protobuf/trunk/PKGBUILD)

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

Copied: protobuf/repos/staging-x86_64/PKGBUILD (from rev 432778, 
protobuf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-12-19 11:48:10 UTC (rev 432779)
@@ -0,0 +1,76 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python-protobuf')
+pkgver=3.19.1
+pkgrel=1
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'glibc' 'zlib')
+makedepends=('unzip' 'python-setuptools')
+source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz;)
+sha512sums=('82b4ad6acd6b67381e34b2eedff6affd398e5973e95a5fbd69c452428364390f1d052325b351b6ee60083efa77b1b44abf40675bafea4b0cb2dfcdc0ce596e02')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  autoreconf -vfi
+
+# Don't fail tests on deprecation warnings
+  sed -e "/DeprecationWarning/d" -i python/google/protobuf/internal/*test.py
+}
+
+build() {
+  cd "$pkgbase-$pkgver"
+  ./configure --prefix=/usr
+  make
+  cd python
+  python setup.py build --cpp_implementation
+}
+
+check() {
+  cd "$pkgbase-$pkgver"
+  make check
+
+  cd python
+  python setup.py test
+}
+
+package_protobuf() {
+  replaces=('protobuf-cpp')
+  provides=('libprotoc.so' 'libprotobuf.so' 'libprotobuf-lite.so')
+
+  cd "$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -vDm 644 editors/protobuf-mode.el \
+-t "$pkgdir/usr/share/emacs/site-lisp/"
+  install -vDm 644 editors/proto.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/syntax"
+}
+
+package_python-protobuf() {
+  pkgdesc='Python 3 bindings for Google Protocol Buffers'
+  depends=('python' 'python-six' "protobuf=$pkgver")
+
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgbase-$pkgver"
+  (
+cd python
+PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}:PYTHONPATH" \
+python setup.py install --skip-build \
+--cpp_implementation \
+--optimize=1 \
+--root="$pkgdir"
+  )
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-12-19 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 19, 2021 @ 11:47:46
  Author: lfleischer
Revision: 432778

upgpkg: protobuf 3.19.1-1: upstream update

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-19 11:04:29 UTC (rev 432777)
+++ PKGBUILD2021-12-19 11:47:46 UTC (rev 432778)
@@ -9,8 +9,8 @@
 
 pkgbase='protobuf'
 pkgname=('protobuf' 'python-protobuf')
-pkgver=3.17.3
-pkgrel=3
+pkgver=3.19.1
+pkgrel=1
 pkgdesc="Protocol Buffers - Google's data interchange format"
 arch=('x86_64')
 url='https://developers.google.com/protocol-buffers/'
@@ -18,7 +18,7 @@
 depends=('gcc-libs' 'glibc' 'zlib')
 makedepends=('unzip' 'python-setuptools')
 
source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz;)
-sha512sums=('4a5e2ba080310492eb4fd8f6d89d46591254544f4fc1ef1b6a3a285aa12089e3124ff41994455b4b77e79eb1e993c68ec9c54e13a78052b9fb29b8cbf1dc67e1')
+sha512sums=('82b4ad6acd6b67381e34b2eedff6affd398e5973e95a5fbd69c452428364390f1d052325b351b6ee60083efa77b1b44abf40675bafea4b0cb2dfcdc0ce596e02')
 
 prepare() {
   cd "$pkgbase-$pkgver"



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

2021-12-19 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 19, 2021 @ 11:20:52
  Author: lfleischer
Revision: 1079036

archrelease: copy trunk to community-any

Added:
  pass/repos/community-any/PKGBUILD
(from rev 1079035, pass/trunk/PKGBUILD)
Deleted:
  pass/repos/community-any/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-19 11:20:09 UTC (rev 1079035)
+++ PKGBUILD2021-12-19 11:20:52 UTC (rev 1079036)
@@ -1,38 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Simon Zimmermann 
-# Contributor: Daniel M. Capella 
-
-pkgname='pass'
-pkgver=1.7.4
-pkgrel=1
-pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-arch=('any')
-url='https://www.passwordstore.org/'
-license=('GPL2')
-depends=('bash' 'gnupg' 'tree')
-checkdepends=('git')
-optdepends=('git: for Git support'
-'dmenu: for passmenu'
-'xdotool: to type passwords with passmenu'
-'qrencode: for QR code support'
-'vim-plugin-runtime: for redact_pass.vim'
-'xclip: for clipboard support on X11')
-replaces=('passmenu')
-provides=('passmenu')
-conflicts=('passmenu')
-source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-sha256sums=('cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0')
-
-check() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make test
-}
-
-package() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
-
-  install -Dm0755 -t "${pkgdir}/usr/bin" contrib/dmenu/passmenu
-  install -Dm0644 -t "${pkgdir}/usr/share/vim/vimfiles/plugin" \
-contrib/vim/redact_pass.vim
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 1079035, 
pass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-19 11:20:52 UTC (rev 1079036)
@@ -0,0 +1,39 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Simon Zimmermann 
+# Contributor: Daniel M. Capella 
+
+pkgname='pass'
+pkgver=1.7.4
+pkgrel=2
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+arch=('any')
+url='https://www.passwordstore.org/'
+license=('GPL2')
+depends=('bash' 'gnupg' 'tree')
+checkdepends=('git')
+optdepends=('git: for Git support'
+'dmenu: for passmenu'
+'xdotool: to type passwords with passmenu'
+'qrencode: for QR code support'
+'vim-plugin-runtime: for redact_pass.vim'
+'xclip: for clipboard support on X11'
+'wl-clipboard: for clipboard support on Wayland')
+replaces=('passmenu')
+provides=('passmenu')
+conflicts=('passmenu')
+source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
+sha256sums=('cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0')
+
+check() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make test
+}
+
+package() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
+
+  install -Dm0755 -t "${pkgdir}/usr/bin" contrib/dmenu/passmenu
+  install -Dm0644 -t "${pkgdir}/usr/share/vim/vimfiles/plugin" \
+contrib/vim/redact_pass.vim
+}



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

2021-12-19 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 19, 2021 @ 11:20:09
  Author: lfleischer
Revision: 1079035

upgpkg: pass 1.7.4-2: add wl-clipboard to optdepends=

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-19 10:50:29 UTC (rev 1079034)
+++ PKGBUILD2021-12-19 11:20:09 UTC (rev 1079035)
@@ -4,7 +4,7 @@
 
 pkgname='pass'
 pkgver=1.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 arch=('any')
 url='https://www.passwordstore.org/'
@@ -16,7 +16,8 @@
 'xdotool: to type passwords with passmenu'
 'qrencode: for QR code support'
 'vim-plugin-runtime: for redact_pass.vim'
-'xclip: for clipboard support on X11')
+'xclip: for clipboard support on X11'
+'wl-clipboard: for clipboard support on Wayland')
 replaces=('passmenu')
 provides=('passmenu')
 conflicts=('passmenu')



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

2021-06-12 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 12, 2021 @ 16:42:20
  Author: lfleischer
Revision: 963195

archrelease: copy trunk to community-any

Added:
  pass/repos/community-any/PKGBUILD
(from rev 963194, pass/trunk/PKGBUILD)
Deleted:
  pass/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-12 16:11:42 UTC (rev 963194)
+++ PKGBUILD2021-06-12 16:42:20 UTC (rev 963195)
@@ -1,38 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Simon Zimmermann 
-# Contributor: Daniel M. Capella 
-
-pkgname='pass'
-pkgver=1.7.3
-pkgrel=4
-pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-arch=('any')
-url='https://www.passwordstore.org/'
-license=('GPL2')
-depends=('bash' 'gnupg' 'tree')
-checkdepends=('git')
-optdepends=('git: for Git support'
-'dmenu: for passmenu'
-'xdotool: to type passwords with passmenu'
-'qrencode: for QR code support'
-'vim-plugin-runtime: for redact_pass.vim'
-'xclip: for clipboard support on X11')
-replaces=('passmenu')
-provides=('passmenu')
-conflicts=('passmenu')
-source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-sha256sums=('2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4')
-
-check() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make test
-}
-
-package() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
-
-  install -Dm0755 -t "${pkgdir}/usr/bin" contrib/dmenu/passmenu
-  install -Dm0644 -t "${pkgdir}/usr/share/vim/vimfiles/plugin" \
-contrib/vim/redact_pass.vim
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 963194, pass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-12 16:42:20 UTC (rev 963195)
@@ -0,0 +1,38 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Simon Zimmermann 
+# Contributor: Daniel M. Capella 
+
+pkgname='pass'
+pkgver=1.7.4
+pkgrel=1
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+arch=('any')
+url='https://www.passwordstore.org/'
+license=('GPL2')
+depends=('bash' 'gnupg' 'tree')
+checkdepends=('git')
+optdepends=('git: for Git support'
+'dmenu: for passmenu'
+'xdotool: to type passwords with passmenu'
+'qrencode: for QR code support'
+'vim-plugin-runtime: for redact_pass.vim'
+'xclip: for clipboard support on X11')
+replaces=('passmenu')
+provides=('passmenu')
+conflicts=('passmenu')
+source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
+sha256sums=('cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0')
+
+check() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make test
+}
+
+package() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
+
+  install -Dm0755 -t "${pkgdir}/usr/bin" contrib/dmenu/passmenu
+  install -Dm0644 -t "${pkgdir}/usr/share/vim/vimfiles/plugin" \
+contrib/vim/redact_pass.vim
+}


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

2021-06-12 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 12, 2021 @ 16:11:42
  Author: lfleischer
Revision: 963194

upgpkg: pass 1.7.4-1: upstream update

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-12 16:09:06 UTC (rev 963193)
+++ PKGBUILD2021-06-12 16:11:42 UTC (rev 963194)
@@ -3,8 +3,8 @@
 # Contributor: Daniel M. Capella 
 
 pkgname='pass'
-pkgver=1.7.3
-pkgrel=4
+pkgver=1.7.4
+pkgrel=1
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 arch=('any')
 url='https://www.passwordstore.org/'
@@ -21,7 +21,7 @@
 provides=('passmenu')
 conflicts=('passmenu')
 
source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-sha256sums=('2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4')
+sha256sums=('cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0')
 
 check() {
   cd "${srcdir}/password-store-$pkgver/"


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

2021-05-22 Thread Lukas Fleischer via arch-commits
Date: Saturday, May 22, 2021 @ 20:04:53
  Author: lfleischer
Revision: 942240

asciiquarium: switch URLs to HTTPs

Modified:
  asciiquarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-22 20:04:42 UTC (rev 942239)
+++ PKGBUILD2021-05-22 20:04:53 UTC (rev 942240)
@@ -6,11 +6,11 @@
 pkgver=1.1
 pkgrel=6
 pkgdesc='An aquarium/sea animation in ASCII art'
-url='http://www.robobunny.com/projects/asciiquarium'
+url='https://robobunny.com/projects/asciiquarium/html'
 arch=('any')
 license=('GPL2')
 depends=('perl' 'perl-term-animation')
-source=(${pkgname}-${pkgver}.tar.gz::http://www.robobunny.com/projects/${pkgname}/${pkgname}.tar.gz)
+source=(${pkgname}-${pkgver}.tar.gz::https://robobunny.com/projects/${pkgname}/${pkgname}.tar.gz)
 
sha512sums=('109da0aaba272465aa2cf5ce010e9ca1ece3be5be996dfe12709b3c10e44572492196b1852e8c103ed89d2c6efd0b05e454a718267cbcc4924806d30a072d926')
 
 


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

2021-05-22 Thread Lukas Fleischer via arch-commits
Date: Saturday, May 22, 2021 @ 14:14:18
  Author: lfleischer
Revision: 941982

archrelease: copy trunk to community-x86_64

Added:
  duplicity/repos/community-x86_64/PKGBUILD
(from rev 941981, duplicity/trunk/PKGBUILD)
Deleted:
  duplicity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-22 14:14:12 UTC (rev 941981)
+++ PKGBUILD2021-05-22 14:14:18 UTC (rev 941982)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgname=duplicity
-pkgver=0.8.18
-_pkgver=0.8.18
-pkgrel=2
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('x86_64')
-url='https://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners' 
'python-future')
-makedepends=('python-setuptools-scm')
-optdepends=('lftp: backend for ftp, ftps, fish'
-'ncftp: alternative backend for ftp'
-'python-boto: Amazon S3 and Google Cloud Storage backend'
-'python-dropbox: Dropbox backend'
-'python-gobject: GIO backend'
-'gvfs: GIO backend'
-'python-pydrive: Google Drive backend'
-'python-requests-oauthlib: OneDrive backend'
-'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.8-series/$pkgver/+download/$pkgname-$_pkgver.tar.gz"{,.sig})
-md5sums=('39668706eb7b97d68a4ccb9390c4b6a7'
- 'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600'
-  '9946FB5BE18E34E016DAE992330B3C2A96A9EA9C')
-
-package() {
-   cd "${srcdir}/${pkgname}-${_pkgver}"
-   python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: duplicity/repos/community-x86_64/PKGBUILD (from rev 941981, 
duplicity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-22 14:14:18 UTC (rev 941982)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgname=duplicity
+pkgver=0.8.19
+_pkgver=0.8.19
+pkgrel=1
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('x86_64')
+url='https://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners' 
'python-future')
+makedepends=('python-setuptools-scm')
+optdepends=('lftp: backend for ftp, ftps, fish'
+'ncftp: alternative backend for ftp'
+'python-boto: Amazon S3 and Google Cloud Storage backend'
+'python-dropbox: Dropbox backend'
+'python-gobject: GIO backend'
+'gvfs: GIO backend'
+'python-pydrive: Google Drive backend'
+'python-requests-oauthlib: OneDrive backend'
+'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.8-series/$pkgver/+download/$pkgname-$_pkgver.tar.gz"{,.sig})
+md5sums=('96e091694831d8d15d3855c1b109251b'
+ 'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600'
+  '9946FB5BE18E34E016DAE992330B3C2A96A9EA9C')
+
+package() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   python setup.py install --root="$pkgdir" --optimize=1
+}


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

2021-05-22 Thread Lukas Fleischer via arch-commits
Date: Saturday, May 22, 2021 @ 14:14:12
  Author: lfleischer
Revision: 941981

upgpkg: duplicity 0.8.19-1: upstream update

Modified:
  duplicity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-22 14:12:11 UTC (rev 941980)
+++ PKGBUILD2021-05-22 14:14:12 UTC (rev 941981)
@@ -3,9 +3,9 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=duplicity
-pkgver=0.8.18
-_pkgver=0.8.18
-pkgrel=2
+pkgver=0.8.19
+_pkgver=0.8.19
+pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('x86_64')
 url='https://www.nongnu.org/duplicity/'
@@ -22,7 +22,7 @@
 'python-requests-oauthlib: OneDrive backend'
 'rsync: rsync backend')
 
source=("https://launchpad.net/$pkgname/0.8-series/$pkgver/+download/$pkgname-$_pkgver.tar.gz"{,.sig})
-md5sums=('39668706eb7b97d68a4ccb9390c4b6a7'
+md5sums=('96e091694831d8d15d3855c1b109251b'
  'SKIP')
 validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600'
   '9946FB5BE18E34E016DAE992330B3C2A96A9EA9C')


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

2021-05-22 Thread Lukas Fleischer via arch-commits
Date: Saturday, May 22, 2021 @ 14:12:11
  Author: lfleischer
Revision: 941980

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 941979, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-22 14:12:00 UTC (rev 941979)
+++ PKGBUILD2021-05-22 14:12:11 UTC (rev 941980)
@@ -1,40 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Lukas Fleischer 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
-arch=("any")
-url="https://www.qutebrowser.org/;
-license=("GPL")
-depends=("python-jinja" "python-pyqt5" "python-yaml" "qt5-base" 
"python-pyqtwebengine")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("python-adblock: adblocking backend"
-"python-pygments"
-"gst-libav: media playback with qt5-webkit backend"
-"gst-plugins-base: media playback with qt5-webkit backend"
-"gst-plugins-good: media playback with qt5-webkit backend"
-"gst-plugins-bad: media playback with qt5-webkit backend"
-"gst-plugins-ugly: media playback with qt5-webkit backend"
-"pdfjs: displaying PDF in-browser"
-"qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
-
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('247ca6c6734f74cb1599add350a092fa24427bd27b23403a88848fe4e5ed266f'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-export PYTHONHASHSEED=0
-make -f misc/Makefile all
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 941979, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-22 14:12:11 UTC (rev 941980)
@@ -0,0 +1,40 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Lukas Fleischer 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
+arch=("any")
+url="https://www.qutebrowser.org/;
+license=("GPL")
+depends=("python-jinja" "python-pyqt5" "python-yaml" "qt5-base" 
"python-pyqtwebengine")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("python-adblock: adblocking backend"
+"python-pygments"
+"gst-libav: media playback with qt5-webkit backend"
+"gst-plugins-base: media playback with qt5-webkit backend"
+"gst-plugins-good: media playback with qt5-webkit backend"
+"gst-plugins-bad: media playback with qt5-webkit backend"
+"gst-plugins-ugly: media playback with qt5-webkit backend"
+"pdfjs: displaying PDF in-browser"
+"qt5-webkit: alternative backend")
+options=(!emptydirs)
+source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
+
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('7855ea9d9b187b8d3d0ac69b331780316e93d5b1bff3b31290b2d5ff80b87287'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+export PYTHONHASHSEED=0
+make -f misc/Makefile all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2021-05-22 Thread Lukas Fleischer via arch-commits
Date: Saturday, May 22, 2021 @ 14:12:00
  Author: lfleischer
Revision: 941979

upgpkg: qutebrowser 2.2.2-1: upstream update

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-22 13:53:22 UTC (rev 941978)
+++ PKGBUILD2021-05-22 14:12:00 UTC (rev 941979)
@@ -4,7 +4,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
@@ -25,7 +25,7 @@
 
source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
 
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('247ca6c6734f74cb1599add350a092fa24427bd27b23403a88848fe4e5ed266f'
+sha256sums=('7855ea9d9b187b8d3d0ac69b331780316e93d5b1bff3b31290b2d5ff80b87287'
 'SKIP')
 
 build() {


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

2021-05-09 Thread Lukas Fleischer via arch-commits
Date: Sunday, May 9, 2021 @ 18:54:53
  Author: lfleischer
Revision: 929484

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   64 -
 mpop.install |   16 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-09 18:54:46 UTC (rev 929483)
+++ PKGBUILD2021-05-09 18:54:53 UTC (rev 929484)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Israel Herraiz 
-# Contributor: Roberto Alsina 
-
-pkgname=mpop
-pkgver=1.4.8
-pkgrel=1
-pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
-arch=('x86_64')
-url="https://marlam.de/mpop/;
-license=('GPL3')
-depends=('gnutls' 'libidn')
-install=mpop.install
-source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
-md5sums=('cfff9981921fa9d0a6c46b5750b7b97a'
- 'SKIP')
-validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
-
-build() {
-  cd "$srcdir/mpop-$pkgver"
-
-  ./configure --prefix=/usr --with-ssl=gnutls
-  make
-}
-
-package() {
-  cd "$srcdir/mpop-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 scripts/vim/mpop.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/mpop.vim"
-  install -Dm644 doc/mpoprc.example   
"$pkgdir/usr/share/doc/mpop/mpoprc.example"
-}

Copied: mpop/repos/community-x86_64/PKGBUILD (from rev 929483, 
mpop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-09 18:54:53 UTC (rev 929484)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Israel Herraiz 
+# Contributor: Roberto Alsina 
+
+pkgname=mpop
+pkgver=1.4.13
+pkgrel=1
+pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
+arch=('x86_64')
+url="https://marlam.de/mpop/;
+license=('GPL3')
+depends=('gnutls' 'libidn')
+install=mpop.install
+source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
+md5sums=('e2a3ce561ccef7791c8ae8d16a7fc2c0'
+ 'SKIP')
+validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
+
+build() {
+  cd "$srcdir/mpop-$pkgver"
+
+  ./configure --prefix=/usr --with-ssl=gnutls
+  make
+}
+
+package() {
+  cd "$srcdir/mpop-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 scripts/vim/mpop.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/mpop.vim"
+  install -Dm644 doc/mpoprc.example   
"$pkgdir/usr/share/doc/mpop/mpoprc.example"
+}

Deleted: mpop.install
===
--- mpop.install2021-05-09 18:54:46 UTC (rev 929483)
+++ mpop.install2021-05-09 18:54:53 UTC (rev 929484)
@@ -1,8 +0,0 @@
-post_install() {
-  echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
-  echo "==> Copy it to your home folder as ~/.mpoprc."
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: mpop/repos/community-x86_64/mpop.install (from rev 929483, 
mpop/trunk/mpop.install)
===
--- mpop.install(rev 0)
+++ mpop.install2021-05-09 18:54:53 UTC (rev 929484)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
+  echo "==> Copy it to your home folder as ~/.mpoprc."
+}
+
+post_upgrade() {
+  post_install $1
+}


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

2021-05-09 Thread Lukas Fleischer via arch-commits
Date: Sunday, May 9, 2021 @ 18:54:46
  Author: lfleischer
Revision: 929483

upgpkg: mpop 1.4.13-1: upstream update

Modified:
  mpop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-09 18:15:19 UTC (rev 929482)
+++ PKGBUILD2021-05-09 18:54:46 UTC (rev 929483)
@@ -3,7 +3,7 @@
 # Contributor: Roberto Alsina 
 
 pkgname=mpop
-pkgver=1.4.8
+pkgver=1.4.13
 pkgrel=1
 pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gnutls' 'libidn')
 install=mpop.install
 source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
-md5sums=('cfff9981921fa9d0a6c46b5750b7b97a'
+md5sums=('e2a3ce561ccef7791c8ae8d16a7fc2c0'
  'SKIP')
 validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
 


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

2021-05-09 Thread Lukas Fleischer via arch-commits
Date: Sunday, May 9, 2021 @ 18:53:10
  Author: lfleischer
Revision: 414881

archrelease: copy trunk to testing-x86_64

Added:
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 414880, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 414880, gnupg/trunk/install)

--+
 PKGBUILD |   70 +
 install  |   31 +++
 2 files changed, 101 insertions(+)

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 414880, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-05-09 18:53:10 UTC (rev 414881)
@@ -0,0 +1,70 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Lukas Fleischer 
+# Contributor: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan' 'pinentry'
+ 'bzip2' 'libbz2.so' 'readline' 'libreadline.so' 'gnutls' 'sqlite'
+ 'zlib' 'glibc')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=(
+   'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6' # Werner Koch (dist sig)
+   '031EC2536E580D8EA286A9F22071B08A33BD3F06' # NIIBE Yutaka (GnuPG 
Release Key) 
+   '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28' # Andre Heinecke (Release 
Signing Key)
+   '6DAA6E64A76D2840571B4902528897B826403ADA' # Werner Koch (dist signing 
2020)
+)
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('c498db346a9b9a4b399e514c8f56dfc0a888ce8f327f10376ff984452cd154ec'
+'SKIP')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # improve reproducibility
+   rm doc/gnupg.info*
+
+   ./autogen.sh
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg "${pkgdir}"/usr/bin/gpg2
+   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
+
+   install -Dm 644 doc/examples/systemd-user/*.* -t 
"${pkgdir}/usr/lib/systemd/user"
+}
+
+# vim: ts=2 sw=2 noet:

Copied: gnupg/repos/testing-x86_64/install (from rev 414880, 
gnupg/trunk/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2021-05-09 18:53:10 UTC (rev 414881)
@@ -0,0 +1,31 @@
+_global_units() {
+   _units=(dirmngr.socket gpg-agent.socket 
gpg-agent-{browser,extra,ssh}.socket)
+   _dir=/etc/systemd/user/sockets.target.wants
+
+   case $1 in
+   enable)
+   mkdir -p $_dir
+   for _u in "${_units[@]}"; do
+   ln -sf /usr/lib/systemd/user/$_u $_dir/$_u
+   done
+   ;;
+   disable)
+   for _u in "${_units[@]}"; do
+   rm -f $_dir/$_u
+   done
+   rmdir -p --ignore-fail-on-non-empty $_dir
+   ;;
+   esac
+}
+
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null
+
+   # Let systemd supervise daemons by default
+   _global_units enable
+}
+
+pre_remove() {
+   _global_units disable
+}


[arch-commits] Commit in gnupg/trunk (3 files)

2021-05-09 Thread Lukas Fleischer via arch-commits
Date: Sunday, May 9, 2021 @ 18:53:04
  Author: lfleischer
Revision: 414880

upgpkg: gnupg 2.3.1-1: remove unused patches

Modified:
  gnupg/trunk/PKGBUILD
Deleted:
  gnupg/trunk/avoid-beta-warning.patch
  gnupg/trunk/drop-import-clean.patch

--+
 PKGBUILD |8 +-
 avoid-beta-warning.patch |   56 -
 drop-import-clean.patch  |   54 ---
 3 files changed, 2 insertions(+), 116 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-09 18:49:27 UTC (rev 414879)
+++ PKGBUILD2021-05-09 18:53:04 UTC (rev 414880)
@@ -26,13 +26,9 @@
'5B80C5754298F0CB55D8ED6ABCEF7E294B092E28' # Andre Heinecke (Release 
Signing Key)
'6DAA6E64A76D2840571B4902528897B826403ADA' # Werner Koch (dist signing 
2020)
 )
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'drop-import-clean.patch'
-'avoid-beta-warning.patch')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
 sha256sums=('c498db346a9b9a4b399e514c8f56dfc0a888ce8f327f10376ff984452cd154ec'
-'SKIP'
-'02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
-'22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d')
+'SKIP')
 
 install=install
 

Deleted: avoid-beta-warning.patch
===
--- avoid-beta-warning.patch2021-05-09 18:49:27 UTC (rev 414879)
+++ avoid-beta-warning.patch2021-05-09 18:53:04 UTC (rev 414880)
@@ -1,56 +0,0 @@
-From 114ab3037de3b0f9b35cf023b64c8a9b76070065 Mon Sep 17 00:00:00 2001
-From: Debian GnuPG Maintainers 
-Date: Tue, 14 Apr 2015 10:02:31 -0400
-Subject: [PATCH 6/7] avoid beta warning
-
-avoid self-describing as a beta
-
-Using autoreconf against the source as distributed in tarball form
-invariably results in a package that thinks it's a "beta" package,
-which produces the "THIS IS A DEVELOPMENT VERSION" warning string.
-
-since we use dh_autoreconf, i need this patch to avoid producing
-builds that announce themselves as DEVELOPMENT VERSIONs.
-
-See discussion at:
-
- http://lists.gnupg.org/pipermail/gnupg-devel/2014-November/029065.html

- autogen.sh | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/autogen.sh b/autogen.sh
-index b23855061..9b86d3ff9 100755
 a/autogen.sh
-+++ b/autogen.sh
-@@ -229,24 +229,24 @@ if [ "$myhost" = "find-version" ]; then
- esac
- 
- beta=no
--if [ -e .git ]; then
-+if false; then
-   ingit=yes
-   tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
-   tmp=$(echo "$tmp" | sed s/^"$package"//)
-   if [ -n "$tmp" ]; then
-   tmp=$(echo "$tmp" | sed s/^"$package"//  \
- | awk -F- '$3!=0 && $3 !~ /^beta/ {print"-beta"$3}')
-   else
-   tmp=$(git describe --match "${matchstr2}" --long 2>/dev/null \
- | awk -F- '$4!=0{print"-beta"$4}')
-   fi
-   [ -n "$tmp" ] && beta=yes
-   rev=$(git rev-parse --short HEAD | tr -d '\n\r')
-   rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
- else
-   ingit=no
--  beta=yes
--  tmp="-unknown"
-+  beta=no
-+  tmp=""
-   rev="000"
-   rvd="0"
- fi
--- 
-2.27.0
-

Deleted: drop-import-clean.patch
===
--- drop-import-clean.patch 2021-05-09 18:49:27 UTC (rev 414879)
+++ drop-import-clean.patch 2021-05-09 18:53:04 UTC (rev 414880)
@@ -1,54 +0,0 @@
-From 1690a464b28fa24ce82189a9bf5d7ce9b44804b8 Mon Sep 17 00:00:00 2001
-From: Daniel Kahn Gillmor 
-Date: Mon, 15 Jul 2019 16:24:35 -0400
-Subject: [PATCH 3/7] gpg: drop import-clean from default keyserver import
- options
-
-* g10/gpg.c (main): drop IMPORT_CLEAN from the
-default opt.keyserver_options.import_options
-* doc/gpg.texi: reflect this change in the documentation
-
-Given that SELF_SIGS_ONLY is already set, it's not clear what
-additional benefit IMPORT_CLEAN provides.  Furthermore, IMPORT_CLEAN
-means that receiving an OpenPGP certificate from a keyserver will
-potentially delete data that is otherwise held in the local keyring,
-which is surprising to users who expect retrieval from the keyservers
-to be purely additive.
-
-GnuPG-Bug-Id: 4628
-Signed-off-by: Daniel Kahn Gillmor 

- doc/gpg.texi | 2 +-
- g10/gpg.c| 3 +--
- 2 files changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/doc/gpg.texi b/doc/gpg.texi
-index 4870441d4..551459a74 100644
 a/doc/gpg.texi
-+++ b/doc/gpg.texi
-@@ -1963,7 +1963,7 @@ are available for all keyserver types, some common 
options are:
- 
- @end table
- 
--The default list of options is: "self-sigs-only, import-clean,
-+The default list of options is: "self-sigs-only,
- repair-keys, 

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

2021-05-09 Thread Lukas Fleischer via arch-commits
Date: Sunday, May 9, 2021 @ 18:49:27
  Author: lfleischer
Revision: 414879

upgpkg: gnupg 2.3.1-1: upsteam update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-09 18:42:14 UTC (rev 414878)
+++ PKGBUILD2021-05-09 18:49:27 UTC (rev 414879)
@@ -6,7 +6,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.2.27
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='https://www.gnupg.org/'
@@ -29,7 +29,7 @@
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
 'drop-import-clean.patch'
 'avoid-beta-warning.patch')
-sha256sums=('34e60009014ea16402069136e0a5f63d9b65f90096244975db5cea74b3d02399'
+sha256sums=('c498db346a9b9a4b399e514c8f56dfc0a888ce8f327f10376ff984452cd154ec'
 'SKIP'
 '02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
 '22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d')
@@ -38,8 +38,6 @@
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../avoid-beta-warning.patch
-   patch -p1 -i ../drop-import-clean.patch
 
# improve reproducibility
rm doc/gnupg.info*


[arch-commits] Commit in w3m/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2021-05-09 Thread Lukas Fleischer via arch-commits
Date: Sunday, May 9, 2021 @ 18:42:14
  Author: lfleischer
Revision: 414878

archrelease: copy trunk to extra-x86_64

Added:
  w3m/repos/extra-x86_64/PKGBUILD
(from rev 414877, w3m/trunk/PKGBUILD)
Deleted:
  w3m/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   83 ++---
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-09 18:42:08 UTC (rev 414877)
+++ PKGBUILD2021-05-09 18:42:14 UTC (rev 414878)
@@ -1,41 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: dorphell 
-
-pkgname=w3m
-_gitcommit=aa078ed98ab58e961761c077472c1219dcbc738e
-pkgver=0.5.3.git20200507
-pkgrel=2
-pkgdesc='Text-based Web browser as well as pager'
-url='https://salsa.debian.org/debian/w3m'
-license=('custom')
-arch=('x86_64')
-makedepends=('git' 'imlib2')
-optdepends=('imlib2: for graphics support')
-depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=("git+https://salsa.debian.org/debian/w3m.git#commit=${_gitcommit};)
-sha256sums=('SKIP')
-
-# There's also the maintainer's github repo, usually in sync with Debian's:
-# https://github.com/tats/w3m
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --enable-image=x11,fb \
-   --with-imagelib=imlib2 \
-   --with-termlib=ncurses \
-   --disable-w3mmailer \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}"/usr/share/{doc,licenses}/w3m
-   install -m644 doc/* "${pkgdir}/usr/share/doc/w3m"
-   ln -s ../../doc/w3m/README "${pkgdir}/usr/share/licenses/w3m"
-}

Copied: w3m/repos/extra-x86_64/PKGBUILD (from rev 414877, w3m/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-09 18:42:14 UTC (rev 414878)
@@ -0,0 +1,42 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: dorphell 
+
+pkgname=w3m
+_gitcommit=6376b90cdf93c367f39d1f74e3689367a4ca141b
+_pkgver=0.5.3.git20210102-6
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Text-based Web browser as well as pager'
+url='https://salsa.debian.org/debian/w3m'
+license=('custom')
+arch=('x86_64')
+makedepends=('git' 'imlib2')
+optdepends=('imlib2: for graphics support')
+depends=('openssl' 'gc' 'ncurses' 'gpm')
+source=("git+https://salsa.debian.org/debian/w3m.git#commit=${_gitcommit};)
+sha256sums=('SKIP')
+
+# There's also the maintainer's github repo, usually in sync with Debian's:
+# https://github.com/tats/w3m
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-image=x11,fb \
+   --with-imagelib=imlib2 \
+   --with-termlib=ncurses \
+   --disable-w3mmailer \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}"/usr/share/{doc,licenses}/w3m
+   install -m644 doc/* "${pkgdir}/usr/share/doc/w3m"
+   ln -s ../../doc/w3m/README "${pkgdir}/usr/share/licenses/w3m"
+}


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

2021-05-09 Thread Lukas Fleischer via arch-commits
Date: Sunday, May 9, 2021 @ 18:42:08
  Author: lfleischer
Revision: 414877

upgpkg: w3m 0.5.3.git20210102_6-1: upstream update

Modified:
  w3m/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-09 16:39:34 UTC (rev 414876)
+++ PKGBUILD2021-05-09 18:42:08 UTC (rev 414877)
@@ -2,9 +2,10 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-_gitcommit=aa078ed98ab58e961761c077472c1219dcbc738e
-pkgver=0.5.3.git20200507
-pkgrel=2
+_gitcommit=6376b90cdf93c367f39d1f74e3689367a4ca141b
+_pkgver=0.5.3.git20210102-6
+pkgver=${_pkgver/-/_}
+pkgrel=1
 pkgdesc='Text-based Web browser as well as pager'
 url='https://salsa.debian.org/debian/w3m'
 license=('custom')


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

2021-04-11 Thread Lukas Fleischer via arch-commits
Date: Sunday, April 11, 2021 @ 19:54:00
  Author: lfleischer
Revision: 915795

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   63 ++---
 calcurse.install |8 --
 2 files changed, 31 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 19:53:51 UTC (rev 915794)
+++ PKGBUILD2021-04-11 19:54:00 UTC (rev 915795)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ronald van Haren 
-# Contributor: wain 
-
-pkgname=calcurse
-pkgver=4.7.0
-pkgrel=1
-pkgdesc='A text-based personal organizer.'
-arch=('x86_64')
-url='https://calcurse.org/'
-license=('BSD')
-depends=('ncurses')
-optdepends=('python: for CalDAV support' 'python-httplib2: for CalDAV support')
-install='calcurse.install'
-source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('0377ab767e2c9a0c2c045c94d18fc23c'
- 'SKIP')
-validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: calcurse/repos/community-x86_64/PKGBUILD (from rev 915794, 
calcurse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 19:54:00 UTC (rev 915795)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ronald van Haren 
+# Contributor: wain 
+
+pkgname=calcurse
+pkgver=4.7.1
+pkgrel=1
+pkgdesc='A text-based personal organizer.'
+arch=('x86_64')
+url='https://calcurse.org/'
+license=('BSD')
+depends=('ncurses')
+optdepends=('python: for CalDAV support' 'python-httplib2: for CalDAV support')
+source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('1645068d2a15da6c773f231a1441a760'
+ 'SKIP')
+validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: calcurse.install
===
--- calcurse.install2021-04-11 19:53:51 UTC (rev 915794)
+++ calcurse.install2021-04-11 19:54:00 UTC (rev 915795)
@@ -1,8 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.0.0) < 0 )); then
-cat <<"EOF"
-==> The configuration file format has changed in calcurse 3.0.0.
-==> Run `calcurse-upgrade` to upgrade your configuration files.
-EOF
-  fi
-}


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

2021-04-11 Thread Lukas Fleischer via arch-commits
Date: Sunday, April 11, 2021 @ 19:53:51
  Author: lfleischer
Revision: 915794

upgpkg: calcurse 4.7.1-1

Remove install script (3.0.0 was released >8.5 years ago).

Modified:
  calcurse/trunk/PKGBUILD
Deleted:
  calcurse/trunk/calcurse.install

--+
 PKGBUILD |5 ++---
 calcurse.install |8 
 2 files changed, 2 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 19:33:14 UTC (rev 915793)
+++ PKGBUILD2021-04-11 19:53:51 UTC (rev 915794)
@@ -3,7 +3,7 @@
 # Contributor: wain 
 
 pkgname=calcurse
-pkgver=4.7.0
+pkgver=4.7.1
 pkgrel=1
 pkgdesc='A text-based personal organizer.'
 arch=('x86_64')
@@ -11,9 +11,8 @@
 license=('BSD')
 depends=('ncurses')
 optdepends=('python: for CalDAV support' 'python-httplib2: for CalDAV support')
-install='calcurse.install'
 source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('0377ab767e2c9a0c2c045c94d18fc23c'
+md5sums=('1645068d2a15da6c773f231a1441a760'
  'SKIP')
 validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
 

Deleted: calcurse.install
===
--- calcurse.install2021-04-11 19:33:14 UTC (rev 915793)
+++ calcurse.install2021-04-11 19:53:51 UTC (rev 915794)
@@ -1,8 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.0.0) < 0 )); then
-cat <<"EOF"
-==> The configuration file format has changed in calcurse 3.0.0.
-==> Run `calcurse-upgrade` to upgrade your configuration files.
-EOF
-  fi
-}