summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhvksmr19962020-05-25 06:04:47 +0000
committerhvksmr19962020-05-25 06:04:47 +0000
commit696b6da33d15737f9ee09d0a6294a77825247148 (patch)
tree869c91601e7f573ced88bb4f0e7a9a1e907ee180
parentd4ec4ab4bc883fda54c70a4aa0f4d3b76c107147 (diff)
downloadaur-696b6da33d15737f9ee09d0a6294a77825247148.tar.gz
0.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc1e47f9324d..a7dbfb4b4b31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pretty-exec
- pkgdesc = Opinionated code formatter for TypeScript and JavaScript
- pkgver = 0.0.3
+ pkgdesc = Print command and execute it
+ pkgver = 0.0.4
pkgrel = 0
url = https://github.com/KSXGitHub/pretty-exec
arch = x86_64
license = MIT
makedepends = cargo
- source = pretty-exec-0.0.3.tar.gz::https://github.com/KSXGitHub/pretty-exec/archive/0.0.3.tar.gz
+ source = pretty-exec-0.0.4.tar.gz::https://github.com/KSXGitHub/pretty-exec/archive/0.0.4.tar.gz
source = https://raw.githubusercontent.com/KSXGitHub/pretty-exec/master/LICENSE.md
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d3d823b79b3d..670b72e017fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# This file is automatically generated. Do not edit.
pkgname=pretty-exec
-pkgver=0.0.3
-source=(pretty-exec-0.0.3.tar.gz::https://github.com/KSXGitHub/pretty-exec/archive/0.0.3.tar.gz https://raw.githubusercontent.com/KSXGitHub/pretty-exec/master/LICENSE.md)
+pkgver=0.0.4
+source=(pretty-exec-0.0.4.tar.gz::https://github.com/KSXGitHub/pretty-exec/archive/0.0.4.tar.gz https://raw.githubusercontent.com/KSXGitHub/pretty-exec/master/LICENSE.md)
sha1sums=(SKIP SKIP)
# This PKGBUILD is not a full PKGBUILD
# pkgname, pkgver, source, and sha1sums are to be generated
-pkgdesc='Opinionated code formatter for TypeScript and JavaScript'
+pkgdesc='Print command and execute it'
pkgrel=0
arch=(x86_64)
license=(MIT)