Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / libglib-testing
Commits: 4634ad19 by Jan Alexander Steffens (heftig) at 2023-10-04T01:16:10+02:00 reformat - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -7,11 +7,18 @@ pkgdesc="Test harnesses and mock classes for GLib" url="https://gitlab.gnome.org/pwithnall/libglib-testing" license=(LGPL2.1) arch=(x86_64) -depends=(glib2 dbus) -makedepends=(git meson gtk-doc) +depends=( + dbus + glib2 +) +makedepends=( + git + gtk-doc + meson +) _commit=e326f73a7139c5e54fcf926896ae6e4cc899a1a7 # tags/0.1.1^0 source=("git+https://gitlab.gnome.org/pwithnall/libglib-testing.git#commit=$_commit") -sha256sums=('SKIP') +b2sums=('SKIP') pkgver() { cd $pkgname @@ -37,3 +44,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libglib-testing/-/commit/4634ad19f526cc7fd39a0261c5baae31163eff88 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libglib-testing/-/commit/4634ad19f526cc7fd39a0261c5baae31163eff88 You're receiving this email because of your account on gitlab.archlinux.org.
