mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Fix pkgrel
This commit is contained in:
parent
ecd49354f5
commit
88276eb57d
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = sqldef
|
||||
pkgdesc = Idempotent schema management for MySQL, PostgreSQL, SQLite, and SQL Server
|
||||
pkgver = 3.9.7
|
||||
pkgrel = 2
|
||||
pkgrel = 1
|
||||
url = https://github.com/sqldef/sqldef
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,7 +8,7 @@ pkgname=(
|
|||
psqldef
|
||||
)
|
||||
pkgver=3.9.7
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
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