Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / blisp
Commits: 185c3fd6 by Maxime Gauduin at 2023-08-04T17:23:14+02:00 upgpkg: 0.0.4-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = blisp + pkgdesc = ISP tool & library for Bouffalo Labs RISC-V Microcontrollers and SoCs + pkgver = 0.0.4 + pkgrel = 1 + url = https://github.com/pine64/blisp + arch = x86_64 + license = MIT + makedepends = cmake + makedepends = git + makedepends = ninja + depends = glibc + options = !debug + source = git+https://github.com/pine64/blisp.git#tag=f601b6b965a922b4a9f400d1c8fd946b69708728 + source = git+https://github.com/argtable/argtable3.git + source = git+https://github.com/sigrokproject/libserialport.git + b2sums = SKIP + b2sums = SKIP + b2sums = SKIP + +pkgname = blisp ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=blisp -pkgver=0.0.3 +pkgver=0.0.4 pkgrel=1 pkgdesc='ISP tool & library for Bouffalo Labs RISC-V Microcontrollers and SoCs' arch=(x86_64) @@ -13,7 +13,7 @@ makedepends=( git ninja ) -_tag=5e09eca00d6fff8231441573b6a0ad129c6dcebe +_tag=f601b6b965a922b4a9f400d1c8fd946b69708728 options=(!debug) source=( git+https://github.com/pine64/blisp.git#tag=${_tag} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/blisp/-/commit/185c3fd6fdd83fdebc726b5b46fa7425560fd1c4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/blisp/-/commit/185c3fd6fdd83fdebc726b5b46fa7425560fd1c4 You're receiving this email because of your account on gitlab.archlinux.org.
