mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
Add group
This commit is contained in:
parent
a859b7c5ae
commit
dfe7573f4f
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue