summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Cervantes2023-08-28 12:31:57 -0600
committerJorge Cervantes2023-08-28 12:31:57 -0600
commit0db92e24355f07126c97f2ebeed35c9fb764a783 (patch)
treebf5d07cd1c6bf98c357ecacbc22120e1730c9b67
parent982bc06106405fafc2f9877c16c78b6a7f55d833 (diff)
downloadaur-0db92e24355f07126c97f2ebeed35c9fb764a783.tar.gz
fix: pkgbuild rel version
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d8fe7d46a91..3af3232bfeb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Vitor Rodrigues <vitor.rodrigues@gmail.com>
+# Contributor: Jorge Cervantes <jorge.cervantes.e@gmail.com>
pkgname=msodbcsql
pkgver=18.3.1.1
-pkgrel=2
+pkgrel=1
pkgdesc="Microsoft® ODBC Driver 18 for SQL Server®"
arch=('x86_64')
url="https://techcommunity.microsoft.com/t5/sql-server-blog/bg-p/SQLServer/label-name/SQLServerDrivers"