changed source path for arch
This commit is contained in:
parent
954e8fe295
commit
ef35e2c0da
@ -1,21 +1,21 @@
|
|||||||
# Maintainer: ArsenArsen <arsenarsentmc@outlook.com>
|
# Maintainer: Gurkengewuerz <niklas@mc8051.de>
|
||||||
pkgname=kshare-git
|
pkgname=kshare-git
|
||||||
pkgver=v4.1.r196.gc38161b
|
pkgver=v4.1.r196.gc38161b
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The free and open source and cross platform screen sharing software."
|
pkgdesc="The free and open source and cross platform screen sharing software."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/ArsenArsen/KShare"
|
url="https://github.com/Gurkengewuerz/KShare"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
provides=(kshare)
|
provides=(kshare)
|
||||||
conflicts=(kshare)
|
conflicts=(kshare)
|
||||||
depends=(qt5-base qt5-x11extras qt5-svg xcb-util-cursor ffmpeg libxfixes)
|
depends=(qt5-base qt5-x11extras qt5-svg xcb-util-cursor ffmpeg libxfixes)
|
||||||
makedepends=(git pkg-config)
|
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')
|
sha1sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd KShare
|
cd KShare
|
||||||
echo "$(git describe --long --tags | tr - .)"
|
echo "v4.1.r196.gc38161b"
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
# Maintainer: ArsenArsen <arsenarsentmc@outlook.com>
|
# Maintainer: Gurkengewuerz <niklas@mc8051.de>
|
||||||
pkgname=kshare
|
pkgname=kshare
|
||||||
pkgver=v4.1.r8
|
pkgver=v4.1.r8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
conflicts=("kshare-git")
|
conflicts=("kshare-git")
|
||||||
pkgdesc="The free and open source and cross platform screen sharing software."
|
pkgdesc="The free and open source and cross platform screen sharing software."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/ArsenArsen/KShare"
|
url="https://github.com/Gurkengewuerz/KShare"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
provides=('kshare=$pkgver')
|
provides=('kshare=$pkgver')
|
||||||
depends=(qt5-base qt5-x11extras qt5-svg xcb-util-cursor ffmpeg libxfixes)
|
depends=(qt5-base qt5-x11extras qt5-svg xcb-util-cursor ffmpeg libxfixes)
|
||||||
makedepends=(git pkg-config)
|
makedepends=(git pkg-config)
|
||||||
source=(git+https://github.com/ArsenArsen/KShare.git)
|
source=(git+https://github.com/Gurkengewuerz/KShare.git)
|
||||||
sha1sums=('SKIP')
|
sha1sums=('SKIP')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
Reference in New Issue
Block a user