Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / typobuster
Commits: 8ebf9a47 by Robin Candau at 2025-02-22T10:26:43+01:00 upgpkg: 0.1.4-1: New upstream release https://github.com/nwg-piotr/typobuster/releases/tag/v0.1.4 - - - - - 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.3 + pkgver = 0.1.4 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.3.tar.gz::https://github.com/nwg-piotr/typobuster/archive/v0.1.3.tar.gz - sha256sums = 709dc543495c6d8f67d0e5172baa4d89125d3aacaa86b96b1c12bb250aea1514 + source = typobuster-0.1.4.tar.gz::https://github.com/nwg-piotr/typobuster/archive/v0.1.4.tar.gz + sha256sums = 93dec8ebfa8e49789d1e7de022182717a1e924b374e79ce61b52272e02da450f pkgname = typobuster ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Robin Candau <an...@archlinux.org> pkgname=typobuster -pkgver=0.1.3 +pkgver=0.1.4 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=('709dc543495c6d8f67d0e5172baa4d89125d3aacaa86b96b1c12bb250aea1514') +sha256sums=('93dec8ebfa8e49789d1e7de022182717a1e924b374e79ce61b52272e02da450f') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typobuster/-/commit/8ebf9a4736f701672cd3e6e2c375f019c949c991 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typobuster/-/commit/8ebf9a4736f701672cd3e6e2c375f019c949c991 You're receiving this email because of your account on gitlab.archlinux.org.