summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-10-19 09:30:21 +1000
committerMark Blakeney2023-10-19 09:30:21 +1000
commit0433d2ef7ec52ca72db63f42b98e927ec287ec4a (patch)
tree56633cf9d202292d4151427cca419f0f9590e1d5
parent9f986cf0fbfb78ab9e92929a47949e2749386b5e (diff)
downloadaur-0433d2ef7ec52ca72db63f42b98e927ec287ec4a.tar.gz
Remove pacsync conflicts/replaces
pacsync was an old AUR package I created many years ago which I renamed to pacpush due to an Arch name conflict I later discovered.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 040e9b2d5f86..25ef8ba2db66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,8 +17,6 @@ pkgbase = pacpush
depends = python-requests
depends = python-ruamel-yaml
depends = pyalpm
- conflicts = pacsync
- replaces = pacsync
source = pacpush-2.26.tar.gz::https://github.com/bulletmark/pacpush/archive/2.26.tar.gz
sha1sums = 7a10ddc00b8d9f5c614963f9176f6ad2b568600f
diff --git a/PKGBUILD b/PKGBUILD
index b37bf25e440d..d83713c54fb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,6 @@ depends=("python>=3.10" "rsync" "sudo" "openssh" "python-requests"
makedepends=(python-setuptools python-build python-installer
python-wheel python-setuptools-scm)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-replaces=("pacsync")
-conflicts=("pacsync")
sha1sums=('7a10ddc00b8d9f5c614963f9176f6ad2b568600f')
build() {