Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / typobuster
Commits: f3026e4e by Robin Candau at 2025-02-19T09:21:36+01:00 upgpkg: 0.1.2-1: New upstream release https://github.com/nwg-piotr/typobuster/releases/tag/v0.1.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = typobuster pkgdesc = Lightweight editor with text transformations and auto-correction - pkgver = 0.1.1 + pkgver = 0.1.2 pkgrel = 1 url = https://github.com/nwg-piotr/typobuster arch = any @@ -17,7 +17,7 @@ pkgbase = typobuster depends = python-gobject optdepends = gspell: for spell checking plugin optdepends = hunspell-en_us: for spell checking, American English - source = typobuster-0.1.1.tar.gz::https://github.com/nwg-piotr/typobuster/archive/v0.1.1.tar.gz - sha256sums = 76046a86445d602417aa2f8698f50a5195c98ce0d2c6fd815a1f823451189002 + source = typobuster-0.1.2.tar.gz::https://github.com/nwg-piotr/typobuster/archive/v0.1.2.tar.gz + sha256sums = 4814b8cf3c53d759dbd5d0800212f7ff266f1745a81e75fadcaa6608419e31d3 pkgname = typobuster ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=typobuster -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 pkgdesc="Lightweight editor with text transformations and auto-correction" url="https://github.com/nwg-piotr/typobuster" @@ -12,7 +12,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools optdepends=('gspell: for spell checking plugin' 'hunspell-en_us: for spell checking, American English') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('76046a86445d602417aa2f8698f50a5195c98ce0d2c6fd815a1f823451189002') +sha256sums=('4814b8cf3c53d759dbd5d0800212f7ff266f1745a81e75fadcaa6608419e31d3') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typobuster/-/commit/f3026e4ed962508e2e6c73e2f2a33187afcc23c0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typobuster/-/commit/f3026e4ed962508e2e6c73e2f2a33187afcc23c0 You're receiving this email because of your account on gitlab.archlinux.org.
