summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef Roosens2022-05-29 09:19:22 +0200
committerJef Roosens2022-05-29 09:19:22 +0200
commite668b5fecbabe979deb26c8f14ebb79430e2f71e (patch)
treeb3c94711960913aa11040655b11abfb5a444d811
parentf6d3830cba9f3c7e6c64929553dfea3de1ae4d11 (diff)
downloadaur-e668b5fecbabe979deb26c8f14ebb79430e2f71e.tar.gz
Added pkgver to source filename
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e5b789d1db2..00482e153e1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cinny-desktop
pkgdesc = Cinny is a matrix client focusing primarily on a simple, elegant and secure interface.
pkgver = 2.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://cinny.in/
install = cinny-desktop.install
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = cinny-desktop
depends = librsvg
depends = libvips
depends = sqlite
- source = cinny-desktop::https://github.com/cinnyapp/cinny-desktop/releases/download/v2.0.4/cinny-desktop-v2.0.4.zip
+ source = cinny-desktop-2.0.4.zip::https://github.com/cinnyapp/cinny-desktop/releases/download/v2.0.4/cinny-desktop-v2.0.4.zip
sha256sums = 4142c672bb421f1694eaf7d266296b00860885931a436378e72ae2a3ba81c7e7
pkgname = cinny-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 20fbf0e40b41..4f579fa2b616 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='cinny-desktop'
pkgname='cinny-desktop'
pkgver='2.0.4'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Cinny is a matrix client focusing primarily on a simple, elegant and secure interface.'
arch=('x86_64')
@@ -23,7 +23,8 @@ depends=(
)
makedepends=('rust' 'nodejs' 'npm')
-source=("${pkgname}::https://github.com/cinnyapp/cinny-desktop/releases/download/v${pkgver}/cinny-desktop-v${pkgver}.zip")
+# This makes sure dirty builds still pull down the newest version
+source=("${pkgname}-${pkgver}.zip::https://github.com/cinnyapp/cinny-desktop/releases/download/v${pkgver}/cinny-desktop-v${pkgver}.zip")
sha256sums=('4142c672bb421f1694eaf7d266296b00860885931a436378e72ae2a3ba81c7e7')
install="${pkgname}.install"