summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-31 12:45:31 -0600
committerMark Wagie2024-03-31 12:45:31 -0600
commit8d9666ec1939ffbb3c2304c53febd420211612a3 (patch)
treeacaa60080bf024d972fc9d8da43eb760c5473e0e
parent8d945aaa7c1cbadb9eb2bd48b5d841849b650b63 (diff)
downloadaur-8d9666ec1939ffbb3c2304c53febd420211612a3.tar.gz
remove replaces array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e933286361e4..0be582bbb583 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = gtk-theme-framework
optdepends = gtk-engine-murrine: GTK2 theme support
optdepends = gtk-engines: GTK2 theme support
conflicts = material-gtk-framework
- replaces = material-gtk-framework
options = !strip
source = gtk-theme-framework-0.2.3.tar.gz::https://github.com/jaxwilko/gtk-theme-framework/archive/v0.2.3.tar.gz
source = git+https://github.com/vinceliuice/vimix-icon-theme.git
diff --git a/PKGBUILD b/PKGBUILD
index 8d8a83582977..34c13891a7a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,6 @@ makedepends=('git')
optdepends=('gtk-engine-murrine: GTK2 theme support'
'gtk-engines: GTK2 theme support')
conflicts=('material-gtk-framework')
-replaces=('material-gtk-framework')
options=('!strip')
source=("$pkgbase-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
'git+https://github.com/vinceliuice/vimix-icon-theme.git')