Add group

This commit is contained in:
BarbUk 2026-02-06 18:59:28 +04:00
parent a859b7c5ae
commit dfe7573f4f
No known key found for this signature in database
GPG key ID: B6D01F84A7519939
2 changed files with 4 additions and 2 deletions

View file

@ -1,10 +1,11 @@
pkgbase = sqldef-bin
pkgdesc = Idempotent schema management for MySQL, PostgreSQL, SQLite, and SQL Server
pkgver = 3.9.7
pkgrel = 1
pkgrel = 2
url = https://github.com/sqldef/sqldef
arch = x86_64
arch = aarch64
groups = sqldef-bin
license = MIT
provides = sqldef
conflicts = sqldef

View file

@ -1,6 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgbase=sqldef-bin
groups=('sqldef-bin')
pkgname=(
mysqldef-bin
sqlite3def-bin
@ -8,7 +9,7 @@ pkgname=(
psqldef-bin
)
pkgver=3.9.7
pkgrel=1
pkgrel=2
pkgdesc='Idempotent schema management for MySQL, PostgreSQL, SQLite, and SQL Server'
arch=(x86_64 aarch64)
url='https://github.com/sqldef/sqldef'