summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Tremesaygues2024-01-17 17:26:57 +0100
committerJonathan Tremesaygues2024-01-17 17:26:57 +0100
commitd7a533744bb2c7ecb6eeef97653f7cd1f67c8a11 (patch)
treeb07ce844677d90bc8b12d3db897ea72ad2efc3a8
parentc4672396615eab1b96a8b8998d68288872351fdf (diff)
downloadaur-graywolf-git.tar.gz
update source URL
also fix some warnings and errors reported by namcap $
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e9752969b9e..1efc6215ef66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 3b51289a19fe..597079fac830 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {