diff options
author | Willem Mulder | 2018-06-04 11:17:11 +0200 |
---|---|---|
committer | Willem Mulder | 2018-06-04 11:17:11 +0200 |
commit | 9948437c14f17aece76ac19c988b87b7850f40c8 (patch) | |
tree | 43733674b28a18ee42efe9b18f5912d3a2730cc6 | |
parent | d72d711c69c4ee10fb77ddc4ac446a5157827ac0 (diff) | |
download | aur-9948437c14f17aece76ac19c988b87b7850f40c8.tar.gz |
Update SRCINFO, add gitattributes and gitignore
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | .gitignore | 5 |
3 files changed, 8 insertions, 3 deletions
@@ -1,14 +1,13 @@ -# Generated by mksrcinfo v8 -# Tue Feb 13 08:33:42 UTC 2018 pkgbase = argon pkgdesc = the noble lightweight GUI package manager + update notifier (with full AUR support) pkgver = 2.0.4 - pkgrel = 2 + pkgrel = 3 url = https://github.com/14mRh4X0r/arch-argon arch = any license = GPL depends = bash depends = auracle-git + depends = pacman-contrib depends = pacaur depends = libnotify depends = python diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..08c7cb3413a1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.SRCINFO -whitespace diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..fdd86ff56d66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +* +!.gitignore +!.gitattributes +!.SRCINFO +!PKGBUILD |