summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormicael.bergeron2017-09-13 12:53:27 -0400
committermicael.bergeron2017-09-13 12:53:27 -0400
commit17552ca04c652cad553f4d2a8ebc816e3033c425 (patch)
treebc2041cdca70b3aaf4aafe92710a72ba8dff6098
parentdbff56627bf84222e830a12446d6c1defea217b4 (diff)
downloadaur-op-bin.tar.gz
tidy up the PKGBUILD
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62a2ec0ff1c5..379846e5b536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,4 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Micaƫl Bergeron <micaelbergeron@gmail.com>
_pkgbasename=op
pkgname=$_pkgbasename-bin
pkgver=0.1.1
@@ -12,7 +7,7 @@ epoch=
pkgdesc="1Password CLI"
arch=('i686' 'x86_64' 'arm')
url="https://app-updates.agilebits.com/product_history/CLI"
-license=('UNLICENSED')
+license=('unknown')
provides=('op')
source_x86_64=("https://cache.agilebits.com/dist/1P/$_pkgbasename/pkg/v$pkgver/op_linux_amd64_v${pkgver}.zip")
md5sums_x86_64=('8123b36d28817c64a3faa13a582cb191')