diff options
author | Jonathan Tremesaygues | 2024-01-17 17:26:57 +0100 |
---|---|---|
committer | Jonathan Tremesaygues | 2024-01-17 17:26:57 +0100 |
commit | d7a533744bb2c7ecb6eeef97653f7cd1f67c8a11 (patch) | |
tree | b07ce844677d90bc8b12d3db897ea72ad2efc3a8 | |
parent | c4672396615eab1b96a8b8998d68288872351fdf (diff) | |
download | aur-graywolf-git.tar.gz |
update source URL
also fix some warnings and errors reported by namcap
$
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 9 deletions
@@ -1,19 +1,20 @@ pkgbase = graywolf-git pkgdesc = An opensource placement tool pkgver = 0.1.6.r185.f47937b - pkgrel = 1 + pkgrel = 2 url = https://github.com/rubund/graywolf/ arch = i686 arch = x86_64 - license = GPL + license = GPL-2.0-or-later makedepends = cmake - makedepends = gsl makedepends = git depends = bash + depends = glibc + depends = gsl depends = libx11 provides = graywolf conflicts = graywolf - source = git://github.com/rubund/graywolf + source = git+https://github.com/rubund/graywolf sha512sums = SKIP pkgname = graywolf-git @@ -2,17 +2,17 @@ pkgname=graywolf-git pkgver=0.1.6.r185.f47937b -pkgrel=1 +pkgrel=2 epoch= pkgdesc='An opensource placement tool' arch=('i686' 'x86_64') url='https://github.com/rubund/graywolf/' -license=('GPL') +license=('GPL-2.0-or-later') provides=('graywolf') conflicts=('graywolf') -depends=('bash' 'libx11') -makedepends=('cmake' 'gsl' 'git') -source=("git://github.com/rubund/graywolf") +depends=('bash' 'glibc' 'gsl' 'libx11') +makedepends=('cmake' 'git') +source=("git+https://github.com/rubund/graywolf") sha512sums=('SKIP') pkgver() { |