Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / typobuster
Commits: 0ce47a41 by Robin Candau at 2025-03-23T14:01:46+01:00 upgpkg: 1.0.0-1: New upstream release https://github.com/nwg-piotr/typobuster/releases/tag/v1.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = typobuster pkgdesc = Lightweight editor with text transformations and auto-correction - pkgver = 0.2.0 + pkgver = 1.0.0 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.2.0.tar.gz::https://github.com/nwg-piotr/typobuster/archive/v0.2.0.tar.gz - sha256sums = a0889b9bfddfd18489e2d2357e15e743d85ee220bec3de336792848406c43d96 + source = typobuster-1.0.0.tar.gz::https://github.com/nwg-piotr/typobuster/archive/v1.0.0.tar.gz + sha256sums = 0c098645c0db6836c3c5021782c991b2ee1cd1bef3da09534db582d6b46a67c0 pkgname = typobuster ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=typobuster -pkgver=0.2.0 +pkgver=1.0.0 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=('a0889b9bfddfd18489e2d2357e15e743d85ee220bec3de336792848406c43d96') +sha256sums=('0c098645c0db6836c3c5021782c991b2ee1cd1bef3da09534db582d6b46a67c0') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typobuster/-/commit/0ce47a418001be1fc24e22d12d0b3c6e94c462c6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typobuster/-/commit/0ce47a418001be1fc24e22d12d0b3c6e94c462c6 You're receiving this email because of your account on gitlab.archlinux.org.
