changed source path for arch

This commit is contained in:
Niklas 2019-05-13 23:44:09 +02:00
parent 954e8fe295
commit ef35e2c0da
2 changed files with 7 additions and 7 deletions

View File

@ -1,21 +1,21 @@
# Maintainer: ArsenArsen <arsenarsentmc@outlook.com>
# Maintainer: Gurkengewuerz <niklas@mc8051.de>
pkgname=kshare-git
pkgver=v4.1.r196.gc38161b
pkgrel=1
pkgdesc="The free and open source and cross platform screen sharing software."
arch=('i686' 'x86_64')
url="https://github.com/ArsenArsen/KShare"
url="https://github.com/Gurkengewuerz/KShare"
license=('MIT')
provides=(kshare)
conflicts=(kshare)
depends=(qt5-base qt5-x11extras qt5-svg xcb-util-cursor ffmpeg libxfixes)
makedepends=(git pkg-config)
source=(git+https://github.com/ArsenArsen/KShare.git#branch=dev)
source=(git+https://github.com/Gurkengewuerz/KShare.git#branch=dev)
sha1sums=('SKIP')
pkgver() {
cd KShare
echo "$(git describe --long --tags | tr - .)"
echo "v4.1.r196.gc38161b"
}
prepare() {

View File

@ -1,16 +1,16 @@
# Maintainer: ArsenArsen <arsenarsentmc@outlook.com>
# Maintainer: Gurkengewuerz <niklas@mc8051.de>
pkgname=kshare
pkgver=v4.1.r8
pkgrel=1
conflicts=("kshare-git")
pkgdesc="The free and open source and cross platform screen sharing software."
arch=('i686' 'x86_64')
url="https://github.com/ArsenArsen/KShare"
url="https://github.com/Gurkengewuerz/KShare"
license=('MIT')
provides=('kshare=$pkgver')
depends=(qt5-base qt5-x11extras qt5-svg xcb-util-cursor ffmpeg libxfixes)
makedepends=(git pkg-config)
source=(git+https://github.com/ArsenArsen/KShare.git)
source=(git+https://github.com/Gurkengewuerz/KShare.git)
sha1sums=('SKIP')
prepare() {