summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Heß2016-08-04 23:11:19 +0200
committerJanne Heß2016-08-04 23:11:19 +0200
commitf7419517e424524b7b990b65fe9de36271bd68ba (patch)
tree1d121761a1aedf479496f5920aa8c57c47616712
parent33bc0a749c24f34440b27ed8f2fbb432fa056a77 (diff)
downloadaur-f7419517e424524b7b990b65fe9de36271bd68ba.tar.gz
Add url and gitignore
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD1
3 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47f3aa8dd6bd..31cbec3c1912 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Aug 4 21:09:19 UTC 2016
+# Thu Aug 4 21:10:51 UTC 2016
pkgbase = mkinitcpio-sd-zfs
pkgdesc = Compatibility between systemd and ZFS roots
pkgver = 0.1.0
pkgrel = 1
+ url = https://github.com/dasJ/sd-zfs
arch = i686
arch = x86_64
license = GPL3
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..ff97593158e8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar
+*.gz
+src/
+pkg/
diff --git a/PKGBUILD b/PKGBUILD
index db9dcc75aff7..92d36c3a33c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgver=0.1.0
pkgrel=1
pkgdesc='Compatibility between systemd and ZFS roots'
license=('GPL3')
+url='https://github.com/dasJ/sd-zfs'
conflicts=('mkinitcpio-sd-zfs-git')
depends=('mkinitcpio' 'systemd')
source=("https://github.com/dasJ/sd-zfs/archive/v${pkgver}.tar.gz")