summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6716daace20..0252570baa25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = graph-editor-bin
arch = x86_64
license = GPL
makedepends = git
- source = git+https://github.com/Student-Team-Projects/Graph-Editor-Android-bin#branch=main
+ source = https://github.com/Student-Team-Projects/Graph-Editor-Android-bin/releases/download/final/graph-editor-for-android.apk
md5sums = SKIP
pkgname = graph-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index df37e0352b36..27af8d59c935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ arch=(x86_64)
url="https://github.com/Student-Team-Projects/Graph-Editor-Android-bin"
license=('GPL')
makedepends=('git')
-source=("git+$url#branch=main")
+source=("https://github.com/Student-Team-Projects/Graph-Editor-Android-bin/releases/download/final/graph-editor-for-android.apk")
md5sums=('SKIP')
package() {
mkdir -p "${pkgdir}/usr/opt"
- cp "${srcdir}/graph-editor-for-android.apk" "${pkgdir}/usr/opt/graph-editor-for-android.apk"
-}
+ cp "${srcdir}/releases/download/final/graph-editor-for-android.apk" "${pkgdir}/usr/opt/graph-editor-for-android.apk"
+} \ No newline at end of file