summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cd3f560c2cb26894755c9f35c5a35e70be4934a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Flaviu Tamas <aur@flaviutamas.com>
# Contributor: Dany Martineau <dany.luc.martineau@gmail.com>

pkgname=pylote
pkgver=1.4
pkgrel=5
pkgdesc="Software making it possible to draw on the screen of the computer, like handling various instruments of geometry."
url="http://pascal.peter.free.fr/wiki/Logiciels/Pylote"
license=('GPL')
arch=('any')
depends=('pyqt')
provides=(pylote)
conflicts=(pylote)
source=()
sha256sums=()

package() {
    echo "please use pylote-git because the tarball is simply an un-versioned git snapshot"
    return 1
}