summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Greenup2020-07-24 23:11:30 +1000
committerRyan Greenup2020-07-24 23:11:30 +1000
commitc7b6199967ba907b991ea4a4eb4625207be01c16 (patch)
tree7fb78615e5f08d8eeedc131dac37ca67628e2596
parent085b8e6d389eb77c9e4e4ccc27a1350e689b9eb5 (diff)
downloadaur-c7b6199967ba907b991ea4a4eb4625207be01c16.tar.gz
Now points to a specific release, Not master
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb7b38685cc6..2ff89e0fc5af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -30,7 +30,7 @@ pkgbase = cadmus-notes
optdepends = wmctrl: Move Windows
optdepends = wl-clipboard: Clipboard for Wayland
provides = cadmus
- source = git+https://github.com/RyanGreenup/cadmus.git
+ source = git+https://github.com/RyanGreenup/cadmus.git#tag=1.0
sha256sums = SKIP
pkgname = cadmus-notes
diff --git a/PKGBUILD b/PKGBUILD
index 4781fd0ebef2..a915894719a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,9 @@ optdepends=('nodejs-markserv: Preview Support'
'wmctrl: Move Windows'
'wl-clipboard: Clipboard for Wayland')
-source=("git+https://github.com/RyanGreenup/cadmus.git")
+
+source=("git+https://github.com/RyanGreenup/cadmus.git#tag=1.0")
+# source=("git+https://github.com/RyanGreenup/cadmus.git")
# source=("git+https://github.com/RyanGreenup/cadmus.git#branch=makepkg")
sha256sums=('SKIP')