summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-07-24 19:03:55 -0600
committerMark Wagie2023-07-24 19:03:55 -0600
commit8d9decd380a1b25e3b4da5e0c74388427ee2b04c (patch)
tree03127b90103cdcdf269e5529cb4399cc9016a208
parent5a7f2e2bd762d8f88e5afae4eae5a57626548363 (diff)
downloadaur-8d9decd380a1b25e3b4da5e0c74388427ee2b04c.tar.gz
rm .gitignore to avoid interference with upstream .gitignore and Poetry
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore9
-rw-r--r--PKGBUILD2
3 files changed, 2 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64c4f127bf42..53008ba7875f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = brightness-controller-git
pkgdesc = Control Brightness of your Primary and Secondary Display in Linux
- pkgver = 2.4.r9.gac79592
+ pkgver = 2.4.r10.gd154da9
pkgrel = 1
url = https://github.com/LordAmit/Brightness
arch = x86_64
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index c49b80a2168a..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-# Ignore everything
-*
-
-# But not these files...
-!.gitignore
-!PKGBUILD
-!.SRCINFO
-!brightness-controller.desktop
-!brightness-reset.sh
diff --git a/PKGBUILD b/PKGBUILD
index 51d8fbf3d5c8..84fec2fda967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
pkgname=brightness-controller-git
-pkgver=2.4.r9.gac79592
+pkgver=2.4.r10.gd154da9
pkgrel=1
pkgdesc="Control Brightness of your Primary and Secondary Display in Linux"
arch=('x86_64')