summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2022-05-14 22:39:23 +1000
committerRod Kay2022-05-14 22:39:23 +1000
commitb3be40f5d540980caeff5a6e04389f79c31733e8 (patch)
tree32f70e724293cb80442ffc2559750e1eec8bc57d
parentb81007cefb4460ac3e056b638108a80d949522c1 (diff)
downloadaur-b3be40f5d540980caeff5a6e04389f79c31733e8.tar.gz
Use sha256sum.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d259a666a7a7..d3f39cdc3389 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = libvss
license = GPL3
license = custom
makedepends = gprbuild
- source = https://github.com/AdaCore/VSS/archive/refs/heads/22.0.zip
- sha1sums = 909c092bbe2626ce18f46ca37c55d04226335d01
+ source = https://github.com/AdaCore/VSS/archive/refs/tags/v22.0.0.tar.gz
+ sha256sums = eddccea4b109ce67f13c92937e59e5ae00a93244c8c05b1234c7b6413451f24e
pkgname = libvss
diff --git a/PKGBUILD b/PKGBUILD
index 0ea34d244ce1..0440e3d5a261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,18 +13,18 @@ license=('GPL3' 'custom')
makedepends=('gprbuild')
-source=("https://github.com/AdaCore/VSS/archive/refs/heads/22.0.zip")
-sha1sums=(909c092bbe2626ce18f46ca37c55d04226335d01)
+source=("https://github.com/AdaCore/VSS/archive/refs/tags/v22.0.0.tar.gz")
+sha256sums=(eddccea4b109ce67f13c92937e59e5ae00a93244c8c05b1234c7b6413451f24e)
build()
{
- cd "$srcdir/VSS-22.0"
+ cd "$srcdir/VSS-22.0.0"
make all
}
package()
{
- cd "$srcdir/VSS-22.0"
+ cd "$srcdir/VSS-22.0.0"
gprinstall -p --prefix="$pkgdir/usr" gnat/vss_json.gpr
gprinstall -p --prefix="$pkgdir/usr" gnat/vss_text.gpr
@@ -39,4 +39,4 @@ package()
install -D -m644 \
"COPYING.RUNTIME" \
"$pkgdir/usr/share/licenses/$pkgname/COPYING.RUNTIME"
-}
+} \ No newline at end of file