summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Cimarelli2021-04-22 17:31:36 +0200
committerSimone Cimarelli2021-04-22 17:31:36 +0200
commitb382da0b8ef7d099e65bcd8f880332c6fe28b38f (patch)
treec2d9d9bdfd906b79686fd3b8b09b1ad6fe8539bd
parentc6e7f7426bb69ab16183318c290d6ff2fe6a362b (diff)
downloadaur-b382da0b8ef7d099e65bcd8f880332c6fe28b38f.tar.gz
Provide and conflict with source package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 279d59fa58a9..aff6f2852cef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = unofficial-homestuck-collection-bin
pkgdesc = The Unofficial Homestuck Collection
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://bambosh.github.io/unofficial-homestuck-collection/
arch = x86_64
license = custom:chrome
license = custom:electron
makedepends = gendesk
+ provides = unofficial-homestuck-collection
+ conflicts = unofficial-homestuck-collection
options = !strip
source = https://github.com/Bambosh/unofficial-homestuck-collection/releases/download/V1.1.0/unofficial-homestuck-collection-1.1.0.tar.gz
sha512sums = 46d1e6ffb3eb02f1b2b9181b105d145007439b78faf7a5849b55b80128c0635752a867f61087600d72a912134a420f164925858dcf85089c4e3b4b857ce6df2e
diff --git a/PKGBUILD b/PKGBUILD
index 7763c6ed314e..99f7a7492765 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,14 @@
_pkgbase=unofficial-homestuck-collection
pkgname="${_pkgbase}-bin"
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Unofficial Homestuck Collection"
arch=('x86_64')
url="https://bambosh.github.io/unofficial-homestuck-collection/"
license=('custom:chrome' 'custom:electron')
makedepends=('gendesk')
+provides=("${_pkgbase}")
+conflicts=("${_pkgbase}")
options=('!strip')
source=("https://github.com/Bambosh/unofficial-homestuck-collection/releases/download/V${pkgver}/unofficial-homestuck-collection-${pkgver}.tar.gz")
sha512sums=('46d1e6ffb3eb02f1b2b9181b105d145007439b78faf7a5849b55b80128c0635752a867f61087600d72a912134a420f164925858dcf85089c4e3b4b857ce6df2e')