[arch-commits] Commit in wgetpaste/trunk (PKGBUILD wgetpaste.changelog)

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Sun Jan 16 13:11:02 UTC 2022


    Date: Sunday, January 16, 2022 @ 13:11:01
  Author: jlichtblau
Revision: 1106272

upgpkg: wgetpaste 2.31-1 - new upstream release

Modified:
  wgetpaste/trunk/PKGBUILD
  wgetpaste/trunk/wgetpaste.changelog

---------------------+
 PKGBUILD            |    9 +++++----
 wgetpaste.changelog |    3 +++
 2 files changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-16 13:00:03 UTC (rev 1106271)
+++ PKGBUILD	2022-01-16 13:11:01 UTC (rev 1106272)
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 
 pkgname=wgetpaste
-pkgver=2.30
+pkgver=2.31
 pkgrel=1
 pkgdesc="A script that automates pasting to a number of pastebin services"
 arch=('any')
@@ -10,10 +10,12 @@
 depends=('wget')
 optdepends=('xclip: interface to Xclipboard')
 changelog=$pkgname.changelog
-source=(https://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
+source=(https://github.com/zlin/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
         https://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('e3ec35f1ff49f2204864e3b4d784f6c032cdddb62cadf69263900c67a4896592'
+sha256sums=('150e52d2d3aff73d9e1e5351010d8094ac4f6d2d0b71e50230c331e7521d10c1'
+            'SKIP'
             'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
+validpgpkeys=('D81C0CB38EB725EF6691C385BB463350D6EF31EF') # Heiko Becker <heirecka at exherbo.org>
 
 package() {
   cd "${srcdir}"/${pkgname}-${pkgver}
@@ -23,6 +25,5 @@
   install -Dm644 "${srcdir}"/${pkgname}.example ${pkgdir}/usr/share/${pkgname}/${pkgname}.example
 
 # license
-  sed -n '2,5p' wgetpaste > LICENSE
   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }

Modified: wgetpaste.changelog
===================================================================
--- wgetpaste.changelog	2022-01-16 13:00:03 UTC (rev 1106271)
+++ wgetpaste.changelog	2022-01-16 13:11:01 UTC (rev 1106272)
@@ -1,3 +1,6 @@
+2022-01-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.31-1
+
 2020-11-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* wgetpaste 2.30-1
 



More information about the arch-commits mailing list