summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Mulder2018-06-04 11:17:11 +0200
committerWillem Mulder2018-06-04 11:17:11 +0200
commit9948437c14f17aece76ac19c988b87b7850f40c8 (patch)
tree43733674b28a18ee42efe9b18f5912d3a2730cc6
parentd72d711c69c4ee10fb77ddc4ac446a5157827ac0 (diff)
downloadaur-9948437c14f17aece76ac19c988b87b7850f40c8.tar.gz
Update SRCINFO, add gitattributes and gitignore
-rw-r--r--.SRCINFO5
-rw-r--r--.gitattributes1
-rw-r--r--.gitignore5
3 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeb6734ff800..e222879de899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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