Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / ouch
Commits: 4f7327e1 by Orhun Parmaksız at 2023-12-02T15:14:02+03:00 upgpkg: 0.5.0-1: upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = ouch + pkgdesc = A command line utility for easily compressing and decompressing files and directories + pkgver = 0.5.0 + pkgrel = 1 + url = https://github.com/ouch-org/ouch + arch = x86_64 + license = MIT + makedepends = cargo + depends = xz + depends = bzip2 + depends = zlib + options = !lto + source = ouch-0.5.0.tar.gz::https://github.com/ouch-org/ouch/archive/refs/tags/0.5.0.tar.gz + sha256sums = 79562550203d76eecbc7ea47b80d37cccffe08d16dd7a29ac248d38e48c20580 + +pkgname = ouch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Yigit Sever <yigit at yigitsever dot com> pkgname=ouch -pkgver=0.4.2 +pkgver=0.5.0 pkgrel=1 pkgdesc="A command line utility for easily compressing and decompressing files and directories" arch=('x86_64') @@ -11,7 +11,7 @@ license=('MIT') depends=('xz' 'bzip2' 'zlib') makedepends=('cargo') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('08015fa92770515cfa00570bc5f0f0a4f28f0ad238f360f3579ac043723a6ec2') +sha256sums=('79562550203d76eecbc7ea47b80d37cccffe08d16dd7a29ac248d38e48c20580') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ouch/-/commit/4f7327e1958100f85bf1c2352d47f6c6efa08e56 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ouch/-/commit/4f7327e1958100f85bf1c2352d47f6c6efa08e56 You're receiving this email because of your account on gitlab.archlinux.org.
