summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Jensch2023-09-21 20:45:12 +0200
committerNico Jensch2023-09-21 20:45:12 +0200
commit1ce0d558f439f5231ca0ef0457495c6071fd6ea4 (patch)
tree56ca95807eb12ed8afcf7f27f2ddc18b2b1eb340
parent75f7213e5f3092e724fcb0ba4c128b6533b6c25e (diff)
downloadaur-1ce0d558f439f5231ca0ef0457495c6071fd6ea4.tar.gz
Remove replaces()
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2b06a3f16d4..2fa7d2a67500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = sweet-gtk-theme-dark
makedepends = git
conflicts = sweet-theme-dark
conflicts = sweet-gtk-theme-dark
- replaces = sweet-theme-dark
source = git+https://github.com/EliverLara/Sweet.git#commit=123dd8b452c7f7becbb48cb44365053c99c72c5f
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 520b8fcc2812..a40f3d803f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ arch=('any')
url='https://github.com/EliverLara/Sweet'
license=('GPL3')
conflicts=('sweet-theme-dark' 'sweet-gtk-theme-dark')
-replaces=('sweet-theme-dark')
makedepends=('git')
_commit=123dd8b452c7f7becbb48cb44365053c99c72c5f
source=(git+$url.git#commit=$_commit)