T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
wgetpaste


Commits:
d7d3910f by T.J. Townsend at 2024-04-05T15:38:00-04:00
upgpkg: 2.34-1

- - - - -


3 changed files:

- + .SRCINFO
- PKGBUILD
- − wgetpaste.changelog


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = wgetpaste
+       pkgdesc = A script that automates pasting to a number of pastebin 
services
+       pkgver = 2.34
+       pkgrel = 1
+       url = https://wgetpaste.zlin.dk/
+       arch = any
+       license = custom
+       makedepends = git
+       depends = wget
+       optdepends = xclip: interface to Xclipboard
+       source = git+https://github.com/zlin/wgetpaste.git#tag=2.34
+       source = https://wgetpaste.zlin.dk/wgetpaste.example
+       sha256sums = 
b645cc6ac80150c06e000ee9532cb705177bcd5a984c19f0e0a87350521d0697
+       sha256sums = 
cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d
+
+pkgname = wgetpaste


=====================================
PKGBUILD
=====================================
@@ -1,24 +1,23 @@
 # Maintainer: Jaroslav Lichtblau <[email protected]>
 
 pkgname=wgetpaste
-pkgver=2.33
+pkgver=2.34
 pkgrel=1
 pkgdesc="A script that automates pasting to a number of pastebin services"
 arch=('any')
 url="https://wgetpaste.zlin.dk/";
 license=('custom')
 depends=('wget')
+makedepends=('git')
 optdepends=('xclip: interface to Xclipboard')
-changelog=$pkgname.changelog
-source=(https://github.com/zlin/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+source=("git+https://github.com/zlin/wgetpaste.git#tag=${pkgver}";
         https://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('e9359d84a3a63bbbd128621535c5302f2e3a85e23a52200e81e8fab9b77e971b'
-            'SKIP'
+sha256sums=('b645cc6ac80150c06e000ee9532cb705177bcd5a984c19f0e0a87350521d0697'
             'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
-validpgpkeys=('D81C0CB38EB725EF6691C385BB463350D6EF31EF') # Heiko Becker 
<[email protected]>
+#validpgpkeys=('D81C0CB38EB725EF6691C385BB463350D6EF31EF') # Heiko Becker 
<[email protected]>
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
 
   install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname}
   install -Dm644 _${pkgname} 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}


=====================================
wgetpaste.changelog deleted
=====================================
@@ -1,52 +0,0 @@
-2022-01-16 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.32-1
-
-2022-01-16 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.31-1
-
-2020-11-18 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.30-1
-
-2019-12-27 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.29-1
-
-2016-07-21 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.28-1
-
-2016-03-10 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.27-1
-
-2015-04-18 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.26-1
-
-2014-10-07 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.25-1
-
-2013-12-02 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.23-1
-
-2013-05-18 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.22-1
-
-2012-05-13 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.20-1
-
-2012-05-05 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.19-1
-
-2010-09-16 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.18
-
-2010-02-23 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.16
-
-2009-07-05 Jaroslav Lichtblau <[email protected]>
-       * FS#15223 fixed 2.13-3
-       * sed dependency removed - included in the base group
-
-2009-05-31 Jaroslav Lichtblau <[email protected]>
-       * FS#14864 fixed 2.13-2
-
-2009-05-28 Jaroslav Lichtblau <[email protected]>
-       * wgetpaste 2.13
-       * Moved to [community] repo



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wgetpaste/-/commit/d7d3910f61ee4eb5012fccf18a9ba92b5cb3f615

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wgetpaste/-/commit/d7d3910f61ee4eb5012fccf18a9ba92b5cb3f615
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to