summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAron Young2023-06-23 21:21:15 +0800
committerAron Young2023-06-23 21:21:15 +0800
commit0f2407875da5280bc7d1e87c74bb25c91915ae04 (patch)
tree912df14d209a40e2a4e72d083d1656f3aff748b0
parent53a092b5ebc8dd7fb2e5e394e4734943194ba745 (diff)
downloadaur-ojg-git.tar.gz
remove empty fields in PKGBUILD
-rw-r--r--PKGBUILD17
1 files changed, 1 insertions, 16 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ec04954ad88..c5be5051fef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,33 +1,18 @@
-# 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: Asuka Minato <youremail@domain.com>
+# Contributor: Asuka Minato
pkgname=ojg-git
pkgver=v1.18.5.r0.g2d0aafc
pkgrel=1
-epoch=
pkgdesc="Optimized JSON for Go"
arch=(any)
url="https://github.com/ohler55/ojg"
license=('MIT')
-groups=()
-depends=()
makedepends=(go git)
-checkdepends=()
-optdepends=()
provides=(oj)
conflicts=(ojg)
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("git+https://github.com/ohler55/ojg.git")
-noextract=()
sha256sums=('SKIP')
-validpgpkeys=()
pkgver() {
cd ojg