summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormar77i2016-02-24 16:41:46 +0100
committermar77i2016-02-24 16:41:46 +0100
commit0271388d4377dfa882f26cff7a9ca25dc74cc53f (patch)
tree79ac042ca23da5334996b80964bffd129381eef9
parent5fec0e28eef1c36f436c98968bb500e2a619f8ad (diff)
downloadaur-0271388d4377dfa882f26cff7a9ca25dc74cc53f.tar.gz
fix invalid source url, test whether tag from github now works with git describe --long
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee6eff18aa11..056aa2b8c24c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 4.2.1
-# Thu May 7 21:01:11 UTC 2015
+# Generated by mksrcinfo v8
+# Wed Feb 24 15:40:48 UTC 2016
pkgbase = opennic-git
pkgdesc = opennic DNS service
- pkgver = 20150507
- pkgrel = 2
+ pkgver = v0.1.r0.g89d6bc7
+ pkgrel = 1
url = https://github.com/mar77i/opennic
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = opennic-git
depends = curl
provides = opennic
conflicts = opennic
- source = git://github.com/mar77i/opennic
+ source = https://github.com/mar77i/opennic.git
sha1sums = SKIP
pkgname = opennic-git
diff --git a/PKGBUILD b/PKGBUILD
index 6cc6a24ee26c..d4cfc475dbab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mar77i <mar77i at mar77i dot ch>
pkgname="opennic-git"
-pkgver=20150507
-pkgrel=3
+pkgver=v0.1.r0.g89d6bc7
+pkgrel=1
pkgdesc="opennic DNS service"
arch=(any)
url="https://github.com/mar77i/opennic"
@@ -10,7 +10,7 @@ depends=(curl)
makedepends=(git)
provides=(opennic)
conflicts=(opennic)
-source=("git://github.com/mar77i/opennic")
+source=("https://github.com/mar77i/opennic.git")
sha1sums=(SKIP)
pkgver() {