summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Jensch2023-09-21 20:45:37 +0200
committerNico Jensch2023-09-21 20:45:37 +0200
commite2b7221c431edb2794411cafd6c4194d656c931a (patch)
treeda916f760e987be018162ef5e54f32473cebe64b
parent1f0830dc6c23f4536ee2108b7ed131ca89d37ef7 (diff)
downloadaur-e2b7221c431edb2794411cafd6c4194d656c931a.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 d6f7de78c934..ace30b95a814 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = sweet-gtk-theme
license = GPL3
makedepends = git
conflicts = sweet-theme
- replaces = sweet-theme
source = git+https://github.com/EliverLara/Sweet.git#commit=123dd8b452c7f7becbb48cb44365053c99c72c5f
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 403bd7a333b4..69d5a8a62161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ arch=('any')
url='https://github.com/EliverLara/Sweet'
license=('GPL3')
conflicts=('sweet-theme')
-replaces=('sweet-theme')
makedepends=('git')
_commit=123dd8b452c7f7becbb48cb44365053c99c72c5f
source=(git+$url.git#commit=$_commit)