Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / boxxy
Commits: 6233227f by Orhun Parmaksız at 2023-10-14T00:56:25+03:00 upgpkg: 0.8.1-1: upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = boxxy + pkgdesc = Put bad Linux applications in a box with only their files + pkgver = 0.8.1 + pkgrel = 1 + url = https://github.com/queer/boxxy + arch = x86_64 + license = MIT + makedepends = cargo + depends = gcc-libs + options = !lto + source = boxxy-0.8.1.tar.gz::https://github.com/queer/boxxy/archive/v0.8.1.tar.gz + sha256sums = c0cc09aeb31c0b2a1c616a3b2628d8901bafa9ca294a9ae2455e77c563ae245f + +pkgname = boxxy ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Orhun Parmaksız <[email protected]> pkgname=boxxy -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc="Put bad Linux applications in a box with only their files" arch=('x86_64') @@ -10,7 +10,7 @@ license=('MIT') depends=('gcc-libs') makedepends=('cargo') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('c4b1818d4650b99c986b85d64644e1a7f4b8d0526eac2636915fdd4750f906c8') +sha256sums=('c0cc09aeb31c0b2a1c616a3b2628d8901bafa9ca294a9ae2455e77c563ae245f') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/boxxy/-/commit/6233227f085419ecaf5cbb89ff89c218e51882b3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/boxxy/-/commit/6233227f085419ecaf5cbb89ff89c218e51882b3 You're receiving this email because of your account on gitlab.archlinux.org.
