summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Torres2017-10-20 14:23:52 -0400
committerSantiago Torres2017-10-20 14:23:52 -0400
commit61d8e291b38e2af733a2c7bc1f7a6bb5da252510 (patch)
tree793eb54547ecbe12ab0d2ab7656b1d20dae1c036
parentcf03116394be4603855a519119a1ed9d871c1d57 (diff)
downloadaur-61d8e291b38e2af733a2c7bc1f7a6bb5da252510.tar.gz
FIX: fix license name (GPLvX => GPLX)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65f6f2a44ccc..5a4963705251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = reprotest
pkgdesc = Run a process twice and check the output for reproducibility
pkgver = 0.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://anonscm.debian.org/cgit/reproducible/reprotest.git/
arch = any
- license = GPLv2
- license = GPLv3
+ license = GPL2
+ license = GPL3
makedepends = python
makedepends = python-setuptools
depends = diffoscope
diff --git a/PKGBUILD b/PKGBUILD
index 5a668cf1b365..2ef54d725f39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgbase=reprotest
pkgname=('reprotest')
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Run a process twice and check the output for reproducibility"
arch=('any')
-license=('GPLv2' 'GPLv3')
+license=('GPL2' 'GPL3')
url="https://anonscm.debian.org/cgit/reproducible/reprotest.git/"
provides=("reprotest=$pkgver")
depends=('diffoscope' 'fakeroot')