summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Majewsky2018-12-27 00:01:44 +0100
committerStefan Majewsky2018-12-27 00:01:44 +0100
commitea93cb9d7d0fb021c5501e238c4fdab2f5c0ef32 (patch)
treeec80b805441c40609730c77875b664db19b50665 /PKGBUILD
parent0fb2498f3a6420ad6a1432c2acebb5803439e5f2 (diff)
downloadaur-ea93cb9d7d0fb021c5501e238c4fdab2f5c0ef32.tar.gz
v1.3.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c68276c73bda..8906ec3c37c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gandi-automatic-dns
-pkgver=1.3.1
+pkgver=1.3.3
pkgrel=1
pkgdesc="Script that updates Gandi DNS reccords to point at a machine's external IP address."
arch=('any')
@@ -11,13 +11,7 @@ optdepends=(
'bind-tools: to discover external IP via DNS request using dig'
)
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('0705e2a565ba2b650c8a8eef8ec3f95fc42ed8a87103e45cbc4babe41de5ab7a')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- sed -n '/^#.*Copyright/,/^[^#]/ { s/^# *//p; d }' < gad > LICENSE
-}
+sha256sums=('3dbd31ceb6b5b40e65cb1673ccc61af442e365013749f33e3e38ae6782bdbfa3')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"