Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages /
urlscan
Commits:
afbc3d98 by Brett Cornwall at 2024-11-19T19:35:51-08:00
upgpkg: 1.0.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = urlscan
pkgdesc = Mutt and terminal url selector
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/firecat53/urlscan
arch = any
@@ -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.3.tar.gz::https://pypi.io/packages/source/u/urlscan/urlscan-1.0.3.tar.gz
- sha256sums =
9df791861f0baea1d9c7254f9f98ed23fc193219bbd4edd1c4fcfce7d14ef7d7
+ source =
urlscan-1.0.4.tar.gz::https://pypi.io/packages/source/u/urlscan/urlscan-1.0.4.tar.gz
+ sha256sums =
622bfa957615633f8c0b931b8e131b6cfcc5b843ccca75f89927468870ee0e8e
pkgname = urlscan
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Maxim Baz <archlinux at maximbaz dot com>
pkgname=urlscan
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="Mutt and terminal url selector"
url="https://github.com/firecat53/urlscan"
@@ -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=('9df791861f0baea1d9c7254f9f98ed23fc193219bbd4edd1c4fcfce7d14ef7d7')
+sha256sums=('622bfa957615633f8c0b931b8e131b6cfcc5b843ccca75f89927468870ee0e8e')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/urlscan/-/commit/afbc3d9811bcb6608f889708d62310f4ae856cdd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/urlscan/-/commit/afbc3d9811bcb6608f889708d62310f4ae856cdd
You're receiving this email because of your account on gitlab.archlinux.org.