summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-10-19 10:02:14 +1000
committerMark Blakeney2023-10-19 10:02:30 +1000
commita2c0cb8a6e2f9d0dcbd3f64386a9c77f96a84bfa (patch)
tree4741e12e439f57b44c0a044e341eceda66370cba
parent4f2d7e5fc2995c5259142fc0b2511fa7b7db5e31 (diff)
downloadaur-a2c0cb8a6e2f9d0dcbd3f64386a9c77f96a84bfa.tar.gz
Remove timesched replaces and conflicts
This package was (long ago) originally named "timesched".
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e3d502a9047..b397300e7885 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,6 @@ pkgbase = python-timesched
license = GPL3
makedepends = python-setuptools
depends = python>=3.4
- conflicts = timesched
- replaces = timesched
source = python-timesched-1.7.tar.gz::https://github.com/bulletmark/timesched/archive/1.7.tar.gz
sha1sums = 07262e40c9a27217cfa1fccd61e3394799488606
diff --git a/PKGBUILD b/PKGBUILD
index 5b1d9f88a043..f5929b70c125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,6 @@ arch=("any")
depends=("python>=3.4")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-replaces=($_pkgname)
-conflicts=($_pkgname)
sha1sums=('07262e40c9a27217cfa1fccd61e3394799488606')
package() {