Compare commits

...

3 Commits

Author SHA1 Message Date
MedzikUserBot b893429e08 upgpkg(linux-lts54): 5.4.247-1 2023-06-15 20:15:52 +00:00
MedzikUserBot 2b5ebceb07 upgpkg(firebase-tools): 12.4.0 2023-06-15 20:15:14 +00:00
MedzikUserBot 84992d120d upgpkg(codium): 1.79.2.23166 2023-06-15 18:17:09 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ pkgname='codium'
provides=('vscodium') provides=('vscodium')
conflicts=('vscodium') conflicts=('vscodium')
pkgdesc='Free/Libre Open Source Software Binaries of VSCode without MS branding/telemetry/licensing' pkgdesc='Free/Libre Open Source Software Binaries of VSCode without MS branding/telemetry/licensing'
pkgver="1.79.1.23164" pkgver="1.79.2.23166"
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
microsofturl='https://github.com/microsoft/vscode' microsofturl='https://github.com/microsoft/vscode'

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com> # Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='firebase-tools' pkgname='firebase-tools'
pkgver="12.3.1" pkgver="12.4.0"
pkgrel=1 pkgrel=1
pkgdesc='The Firebase Command Line Tools' pkgdesc='The Firebase Command Line Tools'
arch=('any') arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz" _file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}") source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("${_file}") noextract=("${_file}")
sha256sums=('6bccc7bed1f8ae28d53932f1850d7cf1fe62f4bdc5ac53ecfb97a1b366233562') sha256sums=('3a1d2b12e0c86e5d5bb24ace12a9b95501ccb650889060ae6655dddcef5891da')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}" npm install -g --prefix "${pkgdir}/usr" "${_file}"

View File

@ -1,2 +1,2 @@
AUR_NAME="linux-lts54" AUR_NAME="linux-lts54"
AUR_UPDATED="1686409085" AUR_UPDATED="1686858108"