[arch-commits] Commit in atom/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Thu Apr 7 15:17:53 UTC 2022


    Date: Thursday, April 7, 2022 @ 15:17:53
  Author: alerque
Revision: 1182805

upgpkg: atom 1.61.0beta0-2

Modified:
  atom/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-07 14:49:15 UTC (rev 1182804)
+++ PKGBUILD	2022-04-07 15:17:53 UTC (rev 1182805)
@@ -3,9 +3,9 @@
 # Contributor: loqs
 
 pkgname=atom
-pkgver=1.61.0beta0
-_sha=a19b6eed206e3d635367fbff69e2777bb04feb1d
-pkgrel=1
+_tag=1.61.0-beta0
+pkgver=${_tag//-}
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=(x86_64)
 url="https://github.com/atom/$pkgname"
@@ -20,14 +20,15 @@
              nodejs-lts-gallium
              npm)
 optdepends=('ctags: symbol indexing support'
-            'git: Git and GitHub integration')
+            'git: Git and GitHub integration'
+            'hunspell: spell check integration')
 replaces=(atom-editor)
 options=(!emptydirs)
-_archive="$pkgname-$_sha"
-source=("$url/archive/$_sha/$_archive.tar.gz"
-        $pkgname.js
+_archive="$pkgname-$_tag"
+source=("$url/archive/v$_tag/$_archive.tar.gz"
+        "$pkgname.js"
         dugite-use-system-git.patch
-        fix-$pkgname-sh.patch
+        "fix-$pkgname-sh.patch"
         fix-license-path.patch
         fix-restart.patch
         git-utils.patch
@@ -36,7 +37,7 @@
         symbols-view-use-system-ctags.patch
         use-system-apm.patch
         use-system-electron.patch)
-sha256sums=('8fb62ee3aeb466d8a75fb3fd467b96836a4f2f9c594d1b701f9dcf8df12587f8'
+sha256sums=('77596888a88140aa3a8d0395b20ea1140621ce11521266f268bd400a1c25f299'
             'cd39815e7f9a72be0c7ac2e15106f8bb8774c0cbc0960725b0b677d0ce67d828'
             '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
             '13ed58df53ab8fb9a0f505ad4d860aa61e5ed00a280ad7ff27dcaa360e31d896'



More information about the arch-commits mailing list