summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonçalo Camelo Neves Pereira2018-02-15 12:41:31 +0000
committerGonçalo Camelo Neves Pereira2018-02-15 12:41:31 +0000
commit34689bd4f02a0c9d49a81a9388a94db7efef7baa (patch)
tree364830a5f3e96becf47c4b6de10fbc4875a28869
parentd2fd0f516f274a06a0cc1218c0739bce106fded1 (diff)
downloadaur-34689bd4f02a0c9d49a81a9388a94db7efef7baa.tar.gz
replace can-utils-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c00d56601b58..8fda4b400d2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = can-utils
makedepends = libtool
provides = can-utils
conflicts = can-utils-git
+ replaces = can-utils-git
source = https://github.com/linux-can/can-utils/archive/v2018.02.0.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9a05619a7d16..7a0a5498061e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/linux-can/can-utils"
license=('GPLv2')
makedepends=("libtool")
provides=("can-utils")
+replaces=("can-utils-git")
conflicts=("can-utils-git")
source=("https://github.com/linux-can/can-utils/archive/v2018.02.0.tar.gz")
sha256sums=('SKIP')