summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Kubaty2023-02-22 04:30:09 +0100
committerPiotr Kubaty2023-02-22 04:30:09 +0100
commitc6fcb7ad9ee74713815f7d1902dfe8f985ca61d7 (patch)
treecf7009ef525ca5cabb7b2e71a019ffc6b842bbd5 /PKGBUILD
parent2917a3f1a610deef916263f288a33e590e6f1d61 (diff)
downloadaur-graph-editor-bin.tar.gz
publish 3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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