summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2023-12-30 00:20:49 -0600
committerAlfredo Ramos2023-12-30 00:20:49 -0600
commitd58dcb3db4780591b17e4138054500ec81cb5bf7 (patch)
tree50a803c81819a9d06240e9a357819989e52df7fc
parentafd4c49722e2e2517e3d930c59ec3bbf8b7851c1 (diff)
downloadaur-hexeditor-git.tar.gz
Update contact info
-rw-r--r--.SRCINFO1
-rw-r--r--.gitattributes3
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
4 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48f5ab99fde9..5c5ad65784c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,4 +16,3 @@ pkgbase = hexeditor-git
sha512sums = SKIP
pkgname = hexeditor-git
-
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000000..37a4a692325f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+* text=auto
+.gitignore export-ignore
+.gitattributes export-ignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5618e5b5286b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
+!.gitattributes
diff --git a/PKGBUILD b/PKGBUILD
index e408f8bc4869..c93df7468c1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Alfredo Ramos <alfredo dot ramos at yandex dot com>
+# Maintainer: Alfredo Ramos <alfredo.ramos@skiff.com>
_pkgname=hexeditor
pkgname=${_pkgname}-git