🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
pkgname: gcr
pkgver: '3.41.2'
pkgrel: '3'
pkgdesc: 'A library for bits of crypto UI and parsing'
url: 'https://www.gnome.org/'
arch: x86_64
depends:
- 'shared-mime-info'
- 'desktop-file-utils'
makedepends:
- meson
- ninja
- icu
- gtk3
- intltool
- libgcrypt
- libtasn1
- 'p11-kit'
- 'gobject-introspection'
- gnupg
- libxslt
- vala
- openssh
source:
- 'https://download.gnome.org/sources/${pkgname}/3.41/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
mkdir build
cd build
meson --prefix=/usr \
--buildtype=release \
-Dgtk_doc=false \
-Dssh_agent=false \
../${pkgname}-${pkgver}
ninja
DESTDIR=${PKGDIR} ninja install
package: |
true
update: |
local latest lastversion url
url="https://download.gnome.org/sources/${pkgname}"
latest="`lynx -read_timeout=20 -dump -listonly -nonumbers \
$url/?C=N\;O=D|grep [0-9]/$|head -1`"
lastversion="`lynx -read_timeout=20 -dump -listonly -nonumbers \
$latest/?C=N\;O=D|grep LATEST|grep [0-9]$|cut -d "-" -f3`"
echo "$lastversion"