Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
urlscan


Commits:
05e82369 by Brett Cornwall at 2024-04-29T19:03:48-07:00
upgpkg: 1.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = urlscan
        pkgdesc = Mutt and terminal url selector
-       pkgver = 1.0.1
-       pkgrel = 2
+       pkgver = 1.0.2
+       pkgrel = 1
        url = https://github.com/firecat53/urlscan
        arch = any
-       license = GPL2
+       license = GPL-2.0-or-later
        makedepends = python-build
        makedepends = python-hatch-vcs
        makedepends = python-hatchling
@@ -13,7 +13,7 @@ pkgbase = urlscan
        depends = python-urwid
        optdepends = xclip: Clipboard support for X11 environments
        optdepends = wl-clipboard: Clipboard support for Wayland
-       source = 
urlscan-1.0.1.tar.gz::https://pypi.io/packages/source/u/urlscan/urlscan-1.0.1.tar.gz
-       sha256sums = 
e0ec986e5aa2da57dd2face8692116d80af173d4eb56a78e4fd881731113307f
+       source = 
urlscan-1.0.2.tar.gz::https://pypi.io/packages/source/u/urlscan/urlscan-1.0.2.tar.gz
+       sha256sums = 
d909ff180588008faba8a6491e3e0821ad3c8a3b6574b94fd73b8fb11ff302f2
 
 pkgname = urlscan


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 # Contributor: Maxim Baz <archlinux at maximbaz dot com>
 
 pkgname=urlscan
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="Mutt and terminal url selector"
 url="https://github.com/firecat53/urlscan";
 arch=('any')
-license=('GPL2')
+license=('GPL-2.0-or-later')
 depends=('python-urwid')
 makedepends=(
     'python-build'
@@ -23,7 +23,7 @@ optdepends=(
 # Use PyPi release tarballs since the GitHub releases don't have version
 # metadata
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/u/urlscan/urlscan-$pkgver.tar.gz";)
-sha256sums=('e0ec986e5aa2da57dd2face8692116d80af173d4eb56a78e4fd881731113307f')
+sha256sums=('d909ff180588008faba8a6491e3e0821ad3c8a3b6574b94fd73b8fb11ff302f2')
 
 build() {
     cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/urlscan/-/commit/05e82369cb3d0931812a243800ae35c43a480e6b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/urlscan/-/commit/05e82369cb3d0931812a243800ae35c43a480e6b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to