Created
May 20, 2020 21:08
-
-
Save corecode/d03ac7ea3a1bb191c0d07bfe936e2967 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 b7e57b3..d7f9f79 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,8 +1,8 @@ | |
# Maintainer: Rod Kay <charlie5 on #ada at freenode.net> | |
pkgname=gnatcoll-sqlite | |
-pkgver=2019 | |
-pkgrel=2 | |
+pkgver=2020 | |
+pkgrel=1 | |
pkgdesc='GNAT Components Collection - SQLite database support' | |
url='https://github.com/AdaCore/gnatcoll-db/' | |
@@ -12,13 +12,13 @@ license=('GPL') | |
depends=('gnatcoll-sql' 'sqlite3') | |
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/sqlite" | |
+ cd "$srcdir/gnatcoll-db/sqlite" | |
make setup BUILD=PROD prefix=/usr | |
make -j1 GPRBUILD_OPTIONS=-R | |
@@ -27,7 +27,7 @@ build() | |
package() | |
{ | |
- cd "$srcdir/gnatcoll-db-master/sqlite" | |
+ cd "$srcdir/gnatcoll-db/sqlite" | |
# 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