summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodoros Theodoridis2024-04-25 17:05:44 +0200
committerTheodoros Theodoridis2024-04-25 17:05:44 +0200
commitd3f66def170fb6f86bfeb46dd5848f4d87468249 (patch)
tree576b07937b52e68d7f635754fc764e25bb3adc06
parent214146e27ea342b5876324ac9a23a316b9256632 (diff)
downloadaur-d3f66def170fb6f86bfeb46dd5848f4d87468249.tar.gz
Make namcap happy
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d71a43f4742c..8e8826fc99d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = yarpgen
- pkgdesc = YARPGen (Yet Another Random Program Generator) for stress testing compilers
+ pkgdesc = (Yet Another Random Program Generator) for stress testing compilers
pkgver = v1.1.270.g0bfbe4f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/intel/yarpgen
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = git
- depends = gcc
- depends = cmake
- depends = make
+ makedepends = cmake
+ depends = glibc
+ depends = gcc-libs
source = yarpgen::git+https://github.com/intel/yarpgen.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b0f0cd15dc88..fe6689fc853e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Theodoros Theodoridis <theodoridisgr@gmail.com>
pkgname=yarpgen
pkgver=v1.1.270.g0bfbe4f
-pkgrel=1
-pkgdesc="YARPGen (Yet Another Random Program Generator) for stress testing compilers"
+pkgrel=2
+pkgdesc="(Yet Another Random Program Generator) for stress testing compilers"
arch=('x86_64')
url="https://github.com/intel/yarpgen"
-license=('Apache')
-depends=('gcc' 'cmake' 'make') # Update these dependencies based on your needs.
-makedepends=('git')
+license=('Apache-2.0')
+depends=('glibc' 'gcc-libs')
+makedepends=('git' 'cmake')
source=("$pkgname::git+https://github.com/intel/yarpgen.git")
md5sums=('SKIP')