Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages /
urlscan
Commits:
755283aa by Brett Cornwall at 2024-11-28T09:36:33-08:00
upgpkg: 1.0.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = urlscan
pkgdesc = Mutt and terminal url selector
- pkgver = 1.0.4
- pkgrel = 2
+ pkgver = 1.0.6
+ pkgrel = 1
url = https://github.com/firecat53/urlscan
arch = any
license = GPL-2.0-or-later
@@ -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.4.tar.gz::https://pypi.io/packages/source/u/urlscan/urlscan-1.0.4.tar.gz
- sha256sums =
622bfa957615633f8c0b931b8e131b6cfcc5b843ccca75f89927468870ee0e8e
+ source =
urlscan-1.0.6.tar.gz::https://pypi.io/packages/source/u/urlscan/urlscan-1.0.6.tar.gz
+ sha256sums =
3bbf8900de23913c29aed27702eaba92a871b2fe95920e72c56a19fff7cb4581
pkgname = urlscan
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Maxim Baz <archlinux at maximbaz dot com>
pkgname=urlscan
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
pkgdesc="Mutt and terminal url selector"
url="https://github.com/firecat53/urlscan"
arch=('any')
@@ -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=('622bfa957615633f8c0b931b8e131b6cfcc5b843ccca75f89927468870ee0e8e')
+sha256sums=('3bbf8900de23913c29aed27702eaba92a871b2fe95920e72c56a19fff7cb4581')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/urlscan/-/commit/755283aa17099acad876ea57666ac3e0e0c7099b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/urlscan/-/commit/755283aa17099acad876ea57666ac3e0e0c7099b
You're receiving this email because of your account on gitlab.archlinux.org.