summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun1232020-08-14 21:09:23 +0800
committeryjun1232020-08-14 21:09:23 +0800
commit21169e3a1eb09f7448c867b8d45f0ce497d227a0 (patch)
tree3f1e565983e19c8d204b2d5634588c85b248c13b
parente5d00aa24dfa8c97c269fe512eb97caac95da4d6 (diff)
downloadaur-21169e3a1eb09f7448c867b8d45f0ce497d227a0.tar.gz
added conflicts and provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2606d5744e7c..a9fc18c53066 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = phddns-bin
arch = x86_64
arch = i686
license = custom
+ provides = phddns
+ conflicts = phddns
source = LICENSE::https://service.oray.com/question/1820.html
sha256sums = SKIP
source_x86_64 = http://dl-cdn.oray.com/hsk/linux/phddns-5.0.0-amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 13ac3ae0e725..5462a72dea65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,8 @@ pkgver=5.0.0
pkgrel=1
pkgdesc="Peanut shell is a dynamic DNS software, any place, any time, any lines, all can through fixed domain access to the remote host services"
arch=("x86_64" "i686")
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
url="https://hsk.oray.com/download/"
license=('custom')
install='.INSTALL'