summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiri Tyr2017-12-27 00:36:48 +0000
committerJiri Tyr2017-12-27 00:36:48 +0000
commit07c010cbc7166437bca8ff7eb5b89011e12a2b02 (patch)
treed9068443d41ab48001a911ca200f5c12313e5b68 /PKGBUILD
parent93e7298a7f260c33bc887bc29c37290258b823f9 (diff)
downloadaur-07c010cbc7166437bca8ff7eb5b89011e12a2b02.tar.gz
Adding conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62b6cf89d641..b8cbb0165242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='RESTful API to read data from DS18B20 temperature sensors.'
url="https://github.com/jtyr/tempreader"
arch=('x86_64' 'arm')
license=('MIT')
+conflicts=('tempreader-git')
source_x86_64=("https://github.com/jtyr/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-linux-amd64.tar.gz")
source_arm=("https://github.com/jtyr/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-linux-arm.tar.gz")
sha256sums_x86_64=('b39be7fdd43efa02e1c0b4c00219e9ecee10b65d0fa49c7d57c61daf7e784fdc')