summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Hüsers2023-08-07 17:43:41 +0200
committerManuel Hüsers2023-08-07 17:43:41 +0200
commit625af080b959c97d87ef23b4b29f8a030aef6eb1 (patch)
tree3c393158a4dd9a927ea291c2e0ef53a85099328d /PKGBUILD
parent8fbb14c9f1cfdc4ee2063fb27a62d0f7b9a7b0fe (diff)
downloadaur-625af080b959c97d87ef23b4b29f8a030aef6eb1.tar.gz
sublime-text-dev: Rename source files, Use sha512
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9fb44fc8755..329e4b37edcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,11 +14,11 @@ conflicts=('sublime-text')
provides=('sublime-text')
install=${pkgname}.install
-source_x86_64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_x64.tar.xz")
-source_aarch64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_arm64.tar.xz")
+source_x86_64=("${pkgname//-/_}_${pkgver/./_}_${pkgrel}_x64.tar.xz::https://download.sublimetext.com/sublime_text_build_${pkgver:2}_x64.tar.xz")
+source_aarch64=("${pkgname//-/_}_${pkgver/./_}_${pkgrel}_arm64.tar.xz::https://download.sublimetext.com/sublime_text_build_${pkgver:2}_arm64.tar.xz")
-sha256sums_x86_64=('e8a69fa783319829fdefc4aa8d263ca804fa61cffb582f14f63564214526507b')
-sha256sums_aarch64=('74fc5ed912e83094bead5b5c55966930f43981f4c49d6fc835c9f36187851084')
+sha512sums_x86_64=('0e78bdc35935e751512b1527081882a5438de49cd7f6ecdb6304ff13043cf5caf885beecb6588721064660bd822a6bcb4bd138f272773e728fd44b20150b2f84')
+sha512sums_aarch64=('b6aefc8704f758553614821aab55677a88afcb8a18278e3c9e3edf9c9a726d412afc2d795db3c60688d28b2853f7d8cbbd53693e5b0ced785619d5436310cf20')
package() {
cd "${srcdir}"