summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSur.en2022-04-30 22:14:42 +0400
committerSur.en2022-04-30 22:14:42 +0400
commitf7b84aa251084824af46c1d288e87ef74d981f56 (patch)
tree0c0479134a1c4761e8048161147693945ca4535d
parent328b7cfc8fefba86e613e6abee45ae0bcecb5349 (diff)
downloadaur-f7b84aa251084824af46c1d288e87ef74d981f56.tar.gz
Add source field in PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 831f4b2d9185..91893643f80b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = sarqx-reporter
arch = i686
arch = x86_64
license = GPL
+ source = https://gitlab.com/sarqx_group/sarqx-reporter/-/archive/master/viewer-master.tag.gz
sha256sums = SKIP
pkgname = sarqx-reporter
diff --git a/PKGBUILD b/PKGBUILD
index dc27259a4823..ed5e7436e02e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="CLI application."
arch=(i686 x86_64)
url="git@gitlab.com/sarqx_group/sarqx-reporter"
license=('GPL')
+source=("https://gitlab.com/sarqx_group/sarqx-reporter/-/archive/master/viewer-master.tag.gz")
sha256sums=('SKIP')
package() {