Created
May 20, 2020 21:05
-
-
Save corecode/83f9ac01defbe86c5ab9e509897a77b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 1a916d2..ed8dfff 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,8 +1,8 @@ | |
# Maintainer: Rod Kay <charlie5 on #ada at freenode.net> | |
pkgname=gnatcoll-sql | |
-pkgver=2019 | |
-pkgrel=2 | |
+pkgver=2020 | |
+pkgrel=1 | |
pkgdesc='GNAT Components Collection - SQL database support' | |
url='https://github.com/AdaCore/gnatcoll-db/' | |
@@ -12,12 +12,12 @@ license=('GPL') | |
depends=('gnatcoll-core') | |
makedepends=('gprbuild') | |
-source=('https://github.com/AdaCore/gnatcoll-db/archive/master.zip') | |
-sha1sums=('eeefdd157ccd2ad62e807ab64eae07bb3f651300') | |
+source=('git+https://github.com/AdaCore/gnatcoll-db#commit=b0b82d7859d7b6c4a9ade11f4dd78e46305d4716') | |
+sha1sums=('SKIP') | |
build() | |
{ | |
- cd "$srcdir/gnatcoll-db-master/sql" | |
+ cd "$srcdir/gnatcoll-db/sql" | |
make setup BUILD=PROD prefix=/usr | |
make -j1 GPRBUILD_OPTIONS=-R | |
@@ -25,7 +25,7 @@ build() | |
package() | |
{ | |
- cd "$srcdir/gnatcoll-db-master/sql" | |
+ cd "$srcdir/gnatcoll-db/sql" | |
# Make one install at a time to avoid GPRinstall reading/writing to | |
# the same installed project files at the same time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment