Dan Printzell pushed to branch main at Arch Linux / Packaging / Packages /
gir-to-d
Commits:
5718460e by Dan Printzell at 2024-05-19T23:00:58+02:00
upgpkg: 0.23.2-1: Updated to 0.23.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = gir-to-d
pkgdesc = Create D bindings from GObject introspection files
- pkgver = 0.23.1
- pkgrel = 7
+ pkgver = 0.23.2
+ pkgrel = 1
url = https://github.com/gtkd-developers/gir-to-d
arch = x86_64
- license = LGPL3
+ license = LGPL-3.0-or-later
makedepends = meson
makedepends = ldc
depends = gcc-libs
depends = liblphobos
- source =
gir-to-d-0.23.1.tar.gz::https://github.com/gtkd-developers/gir-to-d/archive/v0.23.1.tar.gz
- sha512sums =
d1cfb906cd094acdf134a9a748fbd71fdbd4a26ce4d1696be356eb0c1c12edf4a96c73b7ca79da46c36f7e0ee15645991364b2bb2e1cbc46e8023233d4327060
+ source =
gir-to-d-0.23.2.tar.gz::https://github.com/gtkd-developers/gir-to-d/archive/v0.23.2.tar.gz
+ sha512sums =
14a2f1da71d1c48e6e2dfcf91937d546db56c7ca1bf1a3d0f52b76d9bc4bd8f1b26d227a7d736ec3e53998ccde0a9129a9c596e2c5f71cd54726bf006619e89d
pkgname = gir-to-d
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=gir-to-d
-pkgver=0.23.1
-pkgrel=7
+pkgver=0.23.2
+pkgrel=1
pkgdesc='Create D bindings from GObject introspection files'
arch=('x86_64')
url='https://github.com/gtkd-developers/gir-to-d'
-license=('LGPL3')
+license=('LGPL-3.0-or-later')
depends=('gcc-libs' 'liblphobos')
makedepends=('meson' 'ldc')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('d1cfb906cd094acdf134a9a748fbd71fdbd4a26ce4d1696be356eb0c1c12edf4a96c73b7ca79da46c36f7e0ee15645991364b2bb2e1cbc46e8023233d4327060')
+sha512sums=('14a2f1da71d1c48e6e2dfcf91937d546db56c7ca1bf1a3d0f52b76d9bc4bd8f1b26d227a7d736ec3e53998ccde0a9129a9c596e2c5f71cd54726bf006619e89d')
build() {
mkdir -p $pkgname-$pkgver/build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gir-to-d/-/commit/5718460ec28268e7de7053115c7ead103eead93d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gir-to-d/-/commit/5718460ec28268e7de7053115c7ead103eead93d
You're receiving this email because of your account on gitlab.archlinux.org.