Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / discount
Commits: 2295b8b3 by Antonio Rojas at 2023-08-28T01:50:17+02:00 upgpkg: 3.0.0.a-1: Update to 3.0.0.a - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -4,30 +4,23 @@ # Contributor: Patrick McCarty <pnorcks at gmail dot com> pkgname=discount -pkgver=2.2.7.d -_pkgver=2.2.7d +pkgver=3.0.0.a +_pkgver=3.0.0a pkgrel=1 pkgdesc='A Markdown implementation written in C' arch=(x86_64) url='https://www.pell.portland.or.us/~orc/Code/discount/' license=('custom:BSD') -source=(https://github.com/Orc/discount/archive/v$_pkgver/$pkgname-$pkgver.tar.gz - discount-ldflags.patch::https://github.com/Orc/discount/commit/55cea9c5.patch) -sha256sums=('eb9f6629dadddb44c3111267b82e51d5fb8364e228cc3533fe937d8a99e0155b' - '7eced2472fdbe25badc13c35dfd6920b68b5a208889ee031ef0c060c093cc89b') +source=(https://github.com/Orc/discount/archive/v$_pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('9a20af1ee09d2369543a421ba65e6fc1fd482ad3a5b1828132441f2c8dd98afc') depends=(glibc) -prepare() { - patch -d $pkgname-$_pkgver -p1 -i ../discount-ldflags.patch # Honor system ldflags -} - build() { cd $pkgname-$_pkgver ./configure.sh \ --prefix=/usr \ --enable-all-features \ --with-fenced-code \ - --github-checkbox \ --shared make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/discount/-/commit/2295b8b347bfd08753167470052311216fbf90d1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/discount/-/commit/2295b8b347bfd08753167470052311216fbf90d1 You're receiving this email because of your account on gitlab.archlinux.org.
