summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2023-06-14 17:46:52 +1000
committerRod Kay2023-06-14 17:46:52 +1000
commit17e1e2fb2ace4d48ed0525aa34fd089a3b6b1254 (patch)
treedf39a7a847c6e2ea54463080c2b08aed6e951a55 /PKGBUILD
parent0d8c1a56f76d330b0a533f3f21fc4556f4b4a823 (diff)
downloadaur-gnatstudio-sources.tar.gz
Rid the build() function.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b343be3a2462..082765f643db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnatstudio-sources
pkgver=24.0w
pkgrel=1
-pkgdesc="Source tarballs for the Gnatstudio project stack."
+pkgdesc='Source tarballs for the Gnatstudio project stack.'
arch=(i686 x86_64)
url=https://github.com/AdaCore/gnatstudio
@@ -13,14 +13,6 @@ source=(https://github.com/AdaCore/gnatstudio/releases/download/gnatstudio-cr-20
sha256sums=(acacf5f971dd94dd08a464a05f4e02cf0f1fc5e81028bf7c13091ed08ad97218)
-build()
-{
- cd $srcdir/$pkgname-x86_64-linux
-
- # Nothing to build.
-}
-
-
package()
{
cd $srcdir/$pkgname-x86_64-linux