summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'