summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex D'Andrea2024-02-08 16:22:07 +0100
committerAlex D'Andrea2024-02-08 16:22:07 +0100
commit70b016ceb80a298d599aebd686b232b05cc6e3c3 (patch)
tree3ada7590b9025eabe32c00e7caa453f55c4b3828
parent52ff9ee9f6a9fc74deaf9f3d5f811a0aad4d52f6 (diff)
downloadaur-70b016ceb80a298d599aebd686b232b05cc6e3c3.tar.gz
Update to 7.2.3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f561683fa72a..0fad2d33e7fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = zx
makedepends = npm
makedepends = git
depends = nodejs
- source = git+https://github.com/google/zx.git#commit=d1cd1aa02e3fab7ca4f048d9571b77b6ce25d559
+ source = git+https://github.com/google/zx.git#commit=483cc88041feed8df4224860fdca1f76753eebf8
md5sums = SKIP
pkgname = zx
diff --git a/PKGBUILD b/PKGBUILD
index 97982e3bffe7..9532d30a9083 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Dušan Simić <dusan.simic1810@gmail.com>
+# Contributor: Alex D'Andrea <alex at dandrea dot io>
pkgname=zx
pkgver=7.2.2
-_commit=d1cd1aa02e3fab7ca4f048d9571b77b6ce25d559 # tags/7.2.2
+_commit=483cc88041feed8df4224860fdca1f76753eebf8 # tags/7.2.3
pkgrel=1
pkgdesc='A tool for writing better scripts'
arch=(any)
@@ -11,7 +12,7 @@ license=(Apache)
depends=(nodejs)
makedepends=(npm git)
source=("git+$url.git#commit=$_commit")
-md5sums=(SKIP)
+md5sums=('SKIP')
build() {
cd "$pkgname"