diff options
author | Tony Duco | 2019-08-24 13:07:23 -0400 |
---|---|---|
committer | Tony Duco | 2019-08-24 13:07:23 -0400 |
commit | c895f64c98b10c640bc998b3ad56fba2e2806156 (patch) | |
tree | 9536b21912307a6d9da38936f8fe4810c53b1ca0 | |
parent | e19ae10397f70c92ad58bd5aa0128066fef22bda (diff) | |
download | aur-c895f64c98b10c640bc998b3ad56fba2e2806156.tar.gz |
version 0.0.4
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = safe pkgdesc = SAFE - Single App For Everything. - pkgver = 0.0.3 + pkgver = 0.0.4 pkgrel = 1 epoch = 1 url = https://github.com/abstra-llc/safe#readme @@ -10,7 +10,7 @@ pkgbase = safe makedepends = git makedepends = npm depends = electron - source = git+https://github.com/abstra-llc/safe#tag=v0.0.3 + source = git+https://github.com/abstra-llc/safe#tag=v0.0.4 source = safe.desktop source = safe.sh sha512sums = SKIP diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..f3c7a7c5da68 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Makefile @@ -1,6 +1,6 @@ # Maintainer: Tony Duco <nosduco@gmail.com> pkgname=safe -_pkgver=0.0.3 +_pkgver=0.0.4 pkgver=${_pkgver//-/_} pkgrel=1 epoch=1 |