diff --git a/PKGBUILD b/PKGBUILD index a7a1908373f44959f53666a90fdc9cc4d7bd2b7f..de501b5057a067e8491d9f9bd524acb47f0df9da 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: Bence Csókás <bence98&sch.bme.hu> pkgname=logsys-drv -pkgver=0_rc1 +pkgver=0_rc2 pkgrel=1 pkgdesc='A driver for the LOGSYS development cable' url='http://users.hszk.bme.hu/~cb1719/xil-lin.php' install='archlin-install-hooks' -source=("$pkgname-$pkgver::git+https://github.com/bence98/Logsys-LibUSB-Driver.git#branch=legacy") +source=("$pkgname-$pkgver::git+https://github.com/bence98/Logsys-LibUSB-Driver.git#tag=rc2") depends=('libusb>=1.0.21') makedepends=('pkg-config') options=('!strip')