summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')