summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdi Prasetya2022-03-14 18:29:58 +0700
committerAdi Prasetya2022-03-14 18:29:58 +0700
commitd3c1cc439542776818b05369405cecf87143f2e9 (patch)
treebc64ab0d158cc8f05939afa604638c858ae9788e
parentb5263e8ce64316373574a31627b92d95284fc897 (diff)
downloadaur-d3c1cc439542776818b05369405cecf87143f2e9.tar.gz
add conflicts packages, add .gitignore
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD2
2 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f620840ff243
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# ignore everything
+*
+
+# but these
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!clash@.service
+!clash.service
+!clash-meta-bin.install
diff --git a/PKGBUILD b/PKGBUILD
index fe1c55808b16..ede04cae24a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=v1.9.0
pkgrel=1
pkgdesc="Clash Meta binary provided by MetaCubeX"
provides=("clash")
-conflicts=("clash" "clash-tun" "clash-dev-git" "clash-premium-bin")
+conflicts=("clash" "clash-tun" "clash-dev-git" "clash-premium-bin" "clash-premium-tun")
arch=("x86_64")
url="https://github.com/MetaCubeX/Clash.Meta/releases"
license=("unknown")