summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rwxr-xr-xupdate.sh2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c75d9276d76..1da05d557315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = joplin-appimage
- pkgdesc = The latest released AppImage of Joplin - a cross-platform note taking and to-do app
+ pkgdesc = The latest pre-released AppImage of Joplin - a cross-platform note taking and to-do app
pkgver = 1.0.229
pkgrel = 1
- url = https://github.com/laurent22/joplin
+ url = https://github.com/laurent22/joplin/releases/tag/v1.0.229
arch = x86_64
license = MIT
options = !strip
- source = https://github.com/laurent22/joplin/releases/download/v1.0.229/Joplin-1.0.229.AppImage
- source = https://github.com/laurent22/joplin/raw/v1.0.229/LICENSE
+ source = https://github.com/laurent22/joplin/releases/tag/v1.0.229/releases/download/v1.0.229/Joplin-1.0.229.AppImage
+ source = https://github.com/laurent22/joplin/releases/tag/v1.0.229/raw/v1.0.229/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8e67e95b5369..ab3079d5c7dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=joplin-appimage
pkgver=1.0.229
pkgrel=1
-pkgdesc="The latest released AppImage of Joplin - a cross-platform note taking and to-do app"
+pkgdesc="The latest pre-released AppImage of Joplin - a cross-platform note taking and to-do app"
arch=('x86_64')
-url="https://github.com/laurent22/joplin"
+url="https://github.com/laurent22/joplin/releases/tag/v1.0.229"
license=('MIT')
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
_filename=Joplin-$pkgver.AppImage
diff --git a/update.sh b/update.sh
index 53d19323bd68..73ad661b82dc 100755
--- a/update.sh
+++ b/update.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
cd ~/projects/AUR/joplin-appimage
-mksrcinfo && git add . && git commit -am "Updated to v. 1.0.225" && git push origin master
+mksrcinfo && git add . && git commit -am "Updated to v. 1.0.229-1" && git push origin master