Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / uudeview
Commits: ffa0d644 by Sergej Pupykin at 2026-06-07T19:54:19+03:00 upgpkg: 20250320-1 https://archlinux.org/todo/rebuild-packages-older-than-two-years - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = uudeview pkgdesc = UUDeview helps transmitting & receiving binary files using mail or newsgroups. Includes library files. - pkgver = 20230502 - pkgrel = 3 + pkgver = 20250320 + pkgrel = 1 url = https://github.com/hannob/uudeview arch = x86_64 license = GPL makedepends = git optdepends = tk: for GUI - source = git+https://github.com/hannob/uudeview.git#commit=186f9543e6c7d3fa17ac13906b130cbab8ee9aea + source = git+https://github.com/hannob/uudeview.git#commit=7640bc56aa5016cdc9c139eb1ab3ec874e47c744 sha256sums = SKIP pkgname = uudeview ===================================== PKGBUILD ===================================== @@ -2,9 +2,9 @@ # Maintainer: kmaster <[email protected]> pkgname=uudeview -pkgver=20230502 -pkgrel=3 -_commit=186f9543e6c7d3fa17ac13906b130cbab8ee9aea +pkgver=20250320 +pkgrel=1 +_commit=7640bc56aa5016cdc9c139eb1ab3ec874e47c744 pkgdesc="UUDeview helps transmitting & receiving binary files using mail or newsgroups. Includes library files." arch=('x86_64') url="https://github.com/hannob/uudeview" @@ -21,7 +21,7 @@ prepare() { build(){ cd "$srcdir"/$pkgname - CFLAGS="$CFLAGS -ffat-lto-objects" + CFLAGS="$CFLAGS -ffat-lto-objects -std=gnu99" ./configure --prefix=/usr --mandir=/usr/share/man make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uudeview/-/commit/ffa0d64446797faac5dbe1abaebcc6bf89c56566 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uudeview/-/commit/ffa0d64446797faac5dbe1abaebcc6bf89c56566 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
