diff options
author | S Garnica | 2020-01-17 20:28:39 +0100 |
---|---|---|
committer | S Garnica | 2020-01-17 20:28:39 +0100 |
commit | c77f732ddc1802d4d5482255ed69f74cc323c463 (patch) | |
tree | 400b735af33ab40e9b85005d56e6f862b64b486f | |
parent | 65745164f43433e971b5856cde7b0810aaeca007 (diff) | |
download | aur-c77f732ddc1802d4d5482255ed69f74cc323c463.tar.gz |
Upgrade to v20.01
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 7 deletions
@@ -1,13 +1,13 @@ pkgbase = epoptes-client pkgdesc = An opensource computer lab management and monitoring tool - pkgver = 1.0.1 - pkgrel = 2.1 + pkgver = 20.01 + pkgrel = 1 url = https://github.com/Epoptes/epoptes arch = any license = GPL3 makedepends = git makedepends = python-distutils-extra - source = git+https://github.com/Epoptes/epoptes.git#tag=1.0.1-2 + source = git+https://github.com/Epoptes/epoptes.git#tag=v20.01 sha256sums = SKIP pkgname = epoptes @@ -4,14 +4,14 @@ pkgname=(epoptes epoptes-client) pkgbase=epoptes-client -pkgver=1.0.1 -pkgrel=2.1 +pkgver=20.01 +pkgrel=1 pkgdesc='An opensource computer lab management and monitoring tool' makedepends=(git python-distutils-extra) url='https://github.com/Epoptes/epoptes' license=(GPL3) arch=(any) -source=("git+https://github.com/Epoptes/epoptes.git#tag=${pkgver}-2") +source=("git+https://github.com/Epoptes/epoptes.git#tag=v${pkgver}") sha256sums=('SKIP') prepare() @@ -102,7 +102,7 @@ package_epoptes-client() install -m644 -D "${srcdir}/epoptes/debian/copyright" \ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - rm -r "${pkgdir}/usr/bin" "${pkgdir}/usr/lib/python3.7" + rm -r "${pkgdir}/usr/bin" "${pkgdir}/usr/lib/python3.8" mv "${pkgdir}/usr/sbin" "${pkgdir}/usr/bin" |