summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-12 19:37:31 +0300
committerDimitris Kiziridis2020-05-12 19:37:31 +0300
commit46f451f78618ee4feb876e1da29b6da58367f67c (patch)
treed6f26dba87bc8270b15a0861f365d1f4e1a77780
parent0c3512b71a6310de991791ab26db6e6c9dc3120f (diff)
downloadaur-46f451f78618ee4feb876e1da29b6da58367f67c.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index accec3afa1b4..46387e9c34e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,11 @@ pkgbase = gocity
url = https://go-city.github.io
arch = x86_64
license = MIT
- makedepends = go
+ makedepends = go-pie
+ depends = glibc
provides = gocity
source = gocity-1.0.0.tar.gz::https://github.com/rodrigo-brito/gocity/archive/v1.0.0.tar.gz
- md5sums = 7387d4727740f49f374d91aea14d7b43
+ sha256sums = dfe6cc9b7845f47d4850b1d30fe5246a40e2635d71824a29dbb13bffce2d40a2
pkgname = gocity
diff --git a/PKGBUILD b/PKGBUILD
index 2df39de4c3fc..d4280f5a4bb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,10 @@ arch=('x86_64')
url='https://go-city.github.io'
license=('MIT')
provides=('gocity')
-makedepends=('go')
+depends=('glibc')
+makedepends=('go-pie')
source=("gocity-${pkgver}.tar.gz::https://github.com/rodrigo-brito/gocity/archive/v${pkgver}.tar.gz")
-md5sums=('7387d4727740f49f374d91aea14d7b43')
+sha256sums=('dfe6cc9b7845f47d4850b1d30fe5246a40e2635d71824a29dbb13bffce2d40a2')
build() {
cd "${srcdir}/gocity-${pkgver}"