summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormain()2016-11-23 16:41:10 +0100
committermain()2016-11-23 16:41:10 +0100
commit7c6cc1f70d1b1940799e8ada6a677747e9e265a4 (patch)
treed9c2fd88fcd56b775d6af094be02f361bad12e24
parent0eeb6e3df21f8f31055e4e07119a0f584b2e53a8 (diff)
downloadaur-7c6cc1f70d1b1940799e8ada6a677747e9e265a4.tar.gz
Properly mark config file
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f258bcd41c20..99b0225a5196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ makedepends=('git' 'rpmextract' 'curl' 'libarchive' 'cargo') # 'bzr', 'git', 'me
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()
-backup=()
+backup=('etc/windows-gaming-driver.toml')
options=()
install=
source=('git+https://github.com/main--/windows-gaming.git')