summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfengkx2020-12-09 20:47:29 +0800
committerfengkx2020-12-09 20:47:29 +0800
commit68fab3725f9f39f15d2c0ad95eb7b865bc93ecff (patch)
treeb296dbff99a8262a699a47971e9f29cf6404fe0f
parent90bc9ff645370eb3c217733ce45e91b7612ae7b6 (diff)
downloadaur-68fab3725f9f39f15d2c0ad95eb7b865bc93ecff.tar.gz
remove useless comment
-rw-r--r--PKGBUILD17
1 files changed, 3 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 547cba0bdb84..dc23d4a45f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,5 @@
-# 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'.
-
-# The following guidelines are specific to BZR, GIT, HG and SVN packages.
-# Other VCS sources are not natively supported by makepkg yet.
-
-# Maintainer: Your Name <youremail@domain.com>
-pkgname=freedns-go-git # '-bzr', '-git', '-hg' or '-svn'
+# Maintainer: fengkx <liangkx8237@gmail.com>
+pkgname=freedns-go-git
pkgname_raw=freedns-go
pkgver=r71.9977496
pkgrel=1
@@ -17,7 +9,7 @@ url="https://github.com/tuna/freedns-go"
license=('MIT')
groups=()
depends=()
-makedepends=('git' 'go' 'python') # 'bzr', 'git', 'mercurial' or 'subversion'
+makedepends=('git' 'go' 'python')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()
@@ -27,9 +19,6 @@ install=
source=('git+https://github.com/tuna/freedns-go.git')
md5sums=('SKIP')
-# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for
-# a description of each element in the source array.
-
pkgver() {
cd "freedns-go"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"