Autogenerated commit at 2024-10-31 14:17:15.712894+00:00

This commit is contained in:
ahriman 2024-10-31 14:17:15 +00:00
parent 06cdd9c2d5
commit 61a36a7069
5 changed files with 14 additions and 10 deletions

View File

@ -1,6 +1,6 @@
pkgbase = albert
pkgdesc = A sophisticated standalone keyboard launcher
pkgver = 0.26.4
pkgver = 0.26.5
pkgrel = 1
url = https://github.com/albertlauncher
arch = x86_64
@ -20,7 +20,7 @@ pkgbase = albert
optdepends = libarchive: documentation plugin
optdepends = libqalculate: calculator plugin
optdepends = python: python extension
source = https://github.com/albertlauncher/albert/releases/download/v0.26.4/v0.26.4.tar.gz
sha512sums = 4dbb78dcc768b9d76aae7bdd251bb078dd42ee53f98ae88962b4de555714d1e5e935c1c278220e5c5ec36072876d7d3ba45e5d706615ca88eae09fc61d75504a
source = https://github.com/albertlauncher/albert/releases/download/v0.26.5/v0.26.5.tar.gz
sha512sums = e55727c783e3b42b8b6c1f0b21982bc99c83c2be3bd1abdebb0c6cbccda4de60cac664d55e28fac3f0367c0259413ce7149fcef6b39f8c58fe4eaa8a9dbd272a
pkgname = albert

View File

@ -3,7 +3,7 @@
# Contributor: Manuel Schneider <manuelschneid3r at googles mail>
pkgname=albert
pkgver=0.26.4
pkgver=0.26.5
pkgrel=1
pkgdesc="A sophisticated standalone keyboard launcher"
arch=('x86_64')
@ -60,4 +60,4 @@ package() {
install -Dm644 "$srcdir/$pkgname/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
sha512sums=('4dbb78dcc768b9d76aae7bdd251bb078dd42ee53f98ae88962b4de555714d1e5e935c1c278220e5c5ec36072876d7d3ba45e5d706615ca88eae09fc61d75504a')
sha512sums=('e55727c783e3b42b8b6c1f0b21982bc99c83c2be3bd1abdebb0c6cbccda4de60cac664d55e28fac3f0367c0259413ce7149fcef6b39f8c58fe4eaa8a9dbd272a')

View File

@ -1,6 +1,6 @@
pkgbase = scc
pkgdesc = Sloc, Cloc and Code: a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
pkgver = 3.3.5
pkgver = 3.4.0
pkgrel = 1
url = https://github.com/boyter/scc
arch = x86_64
@ -9,7 +9,7 @@ pkgbase = scc
license = Unlicense
makedepends = go
depends = glibc
source = scc-3.3.5::https://github.com/boyter/scc/archive/v3.3.5.tar.gz
sha256sums = 028869a7d053879a8e3f2872fdd792f165db13696918d08863475c638f08ef06
source = scc-3.4.0::https://github.com/boyter/scc/archive/v3.4.0.tar.gz
sha256sums = bdedb6f32d1c3d73ac7e55780021c742bc8ed32f6fb878ee3e419f9acc76bdaa
pkgname = scc

4
scc/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[scc]
source = "git"
git = "https://github.com/boyter/scc.git"
prefix = "v"

View File

@ -1,7 +1,7 @@
# Maintainer: Ilaï Deutel <PlMWPh1WSmypRv0JQljz> (echo ... | tr 'A-Za-z' 'l-za-kL-ZA-K' | base64 -d)
pkgname=scc
pkgver=3.3.5
pkgver=3.4.0
pkgrel=1
pkgdesc='Sloc, Cloc and Code: a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go'
arch=('x86_64' 'i386')
@ -10,7 +10,7 @@ license=('MIT' 'Unlicense')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver::https://github.com/boyter/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('028869a7d053879a8e3f2872fdd792f165db13696918d08863475c638f08ef06')
sha256sums=('bdedb6f32d1c3d73ac7e55780021c742bc8ed32f6fb878ee3e419f9acc76bdaa')
prepare(){
cd "$pkgname-$pkgver"