summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2022-03-31 00:36:36 +0200
committerRobin Candau2022-03-31 00:36:36 +0200
commit25a627493073bfad45abf866830aad0dabe18cca (patch)
treed56480c4750acf844e81b8912e934b3e848689d6
parentf035005d837c05db4b7a63a2bca1e8af51cb9937 (diff)
downloadaur-25a627493073bfad45abf866830aad0dabe18cca.tar.gz
Added correlation between pkgver and source in the PKGBUILD - The archive is now uploaded as a release and not directly in the git repo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc8ea644746..1d511609ccc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arch-update
pkgdesc = A clickeable icon that automatically changes to act as an update notifier/applier
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
@@ -8,7 +8,7 @@ pkgbase = arch-update
depends = pacman-contrib
optdepends = yay: AUR support
optdepends = libnotify: Desktop notification support
- source = https://github.com/Antiz96/arch-update/raw/main/arch-update.tar.gz
- sha256sums = f5c1434671adb085f188f965097cf391bbc09711e6039cd774f460f999e3a254
+ source = https://github.com/Antiz96/arch-update/releases/download/v1.2/arch-update-1.2.tar.gz
+ sha256sums = 5f59dc74732ee47aa34af5d93c0c24c677af7967074bbc99cf349a818c5cdfc1
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 9b59661d769a..8da18693a3df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Robin Candau <robincandau at protonmail dot com>
pkgname=arch-update
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="A clickeable icon that automatically changes to act as an update notifier/applier"
arch=('any')
@@ -10,8 +10,8 @@ depends=('pacman-contrib')
optdepends=('yay: AUR support'
'libnotify: Desktop notification support'
)
-source=($url/raw/main/$pkgname.tar.gz)
-sha256sums=(f5c1434671adb085f188f965097cf391bbc09711e6039cd774f460f999e3a254)
+source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=(5f59dc74732ee47aa34af5d93c0c24c677af7967074bbc99cf349a818c5cdfc1)
package() {