summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDee.H.Y2023-05-19 21:12:45 +0800
committerDee.H.Y2023-05-19 21:12:45 +0800
commite852bd2fcadf8c970c09eb778a0aec3945e74d9a (patch)
treea6be31af3c7479b45dc8759f955b94035eefa63e
parent749700e561851bb50e1cee98e1ad37e19d872091 (diff)
downloadaur-e852bd2fcadf8c970c09eb778a0aec3945e74d9a.tar.gz
remove epoch and contributor, and add .gitignore file
-rw-r--r--.SRCINFO1
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD2
3 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a359ece69a0c..0d46c617fa82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,6 @@ pkgbase = dahliaos-settings-git
pkgdesc = dahliaOS Settings application.
pkgver = r26.2f11201
pkgrel = 1
- epoch = 1
url = https://github.com/dahliaOS/settings
arch = x86_64
license = Apache
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..ec9c6b743ddb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!dahliaos-settings.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 1e6eca797e1c..45a49638aa77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,7 @@
# Maintainer: Dee.H.Y <dongfengweixiao at hotmail dot com>
-# Contributor: Dee.H.Y <dongfengweixiao at hotmail dot com>
pkgname=dahliaos-settings-git
pkgver=r26.2f11201
pkgrel=1
-epoch=1
pkgdesc="dahliaOS Settings application."
arch=('x86_64')
url="https://github.com/dahliaOS/settings"