summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeniy Alekseev2017-04-03 09:23:42 +0300
committerEvgeniy Alekseev2017-04-03 09:23:42 +0300
commita2c071aeb1922ecfb9b77c8c2753616e560a9d72 (patch)
tree25d2db3530253b258decbde3637b60176470a808
parent167185b5eabc775984c891f11993afad2ee6d064 (diff)
downloadaur-git-etc.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97cf38a3e7a1..ff982cd1d4d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Mon Apr 3 06:23:32 UTC 2017
pkgbase = git-etc
pkgdesc = Simple daemon for monitoring changes in files
pkgver = 2.4.0
pkgrel = 1
- url = http://arcan1s.github.io/projects/git-etc
+ url = https://arcanis.me/projects/git-etc
arch = any
license = GPL3
makedepends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 1cab1805c18a..8792486d00db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.4.0
pkgrel=1
pkgdesc="Simple daemon for monitoring changes in files"
arch=('any')
-url="http://arcan1s.github.io/projects/git-etc"
+url="https://arcanis.me/projects/git-etc"
license=("GPL3")
depends=('git')
makedepends=('python2')