summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Greenup2020-07-25 08:27:43 +1000
committerRyan Greenup2020-07-25 08:27:43 +1000
commiteb6eaef37e6f1aa27997ecc6c8c3c23dafbf7d9d (patch)
treed0be38ffb33bce88f77e03d0da7aeea30d01a6aa
parentc7b6199967ba907b991ea4a4eb4625207be01c16 (diff)
downloadaur-eb6eaef37e6f1aa27997ecc6c8c3c23dafbf7d9d.tar.gz
Switched to tarball and provided sha256sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ff89e0fc5af..70a5f6f3df73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -30,8 +30,8 @@ pkgbase = cadmus-notes
optdepends = wmctrl: Move Windows
optdepends = wl-clipboard: Clipboard for Wayland
provides = cadmus
- source = git+https://github.com/RyanGreenup/cadmus.git#tag=1.0
- sha256sums = SKIP
+ source = https://github.com/RyanGreenup/cadmus/releases/download/1.0/cadmus.tar.xz
+ sha256sums = 370d6ef60507aeaa8dfbc53e704bafa068df14cc891d5d700750be3e072b1d4d
pkgname = cadmus-notes
diff --git a/PKGBUILD b/PKGBUILD
index a915894719a5..6d64743fa832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,10 +39,11 @@ optdepends=('nodejs-markserv: Preview Support'
'wl-clipboard: Clipboard for Wayland')
-source=("git+https://github.com/RyanGreenup/cadmus.git#tag=1.0")
+#source=("git+https://github.com/RyanGreenup/cadmus.git#tag=${pkgver}")
+source=("https://github.com/RyanGreenup/cadmus/releases/download/${pkgver}/cadmus.tar.xz")
# source=("git+https://github.com/RyanGreenup/cadmus.git")
# source=("git+https://github.com/RyanGreenup/cadmus.git#branch=makepkg")
- sha256sums=('SKIP')
+ sha256sums=('370d6ef60507aeaa8dfbc53e704bafa068df14cc891d5d700750be3e072b1d4d')
package() {
################################################################################