Fix pkgrel

This commit is contained in:
BarbUk 2026-02-06 12:10:19 +01:00
parent ecd49354f5
commit 88276eb57d
No known key found for this signature in database
GPG key ID: B6D01F84A7519939
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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'