summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-04 06:05:32 +0300
committerDimitris Kiziridis2020-04-04 06:05:32 +0300
commit5523ad57bf03580c0e67e0dda1c5b1f8ad5ce735 (patch)
tree7a80ba67c9e9d011238cbac24c31f69f958032e9
parent47521666e9238c76c9e45f4b25c4efd2ce2d0e35 (diff)
downloadaur-5523ad57bf03580c0e67e0dda1c5b1f8ad5ce735.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 908106d2b201..889a8fdaeaa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = arc-icon-theme-full-git
pkgdesc = The complete Arc icon theme
pkgver = 1.0.r109.g44aa818
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/rtlewis88/rtl88-Themes/tree/Arc-ICONS
arch = any
- license = GPL3
+ license = GPL-3.0
makedepends = git
optdepends = arc-gtk-theme
optdepends = arc-solid-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index bb8b0402615d..203e5ff4a5f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=('arc-icon-theme-full-git')
pkgver=1.0.r109.g44aa818
-pkgrel=1
+pkgrel=3
pkgdesc='The complete Arc icon theme'
arch=('any')
url='https://github.com/rtlewis88/rtl88-Themes/tree/Arc-ICONS'
-license=('GPL3')
+license=('GPL-3.0')
makedepends=('git')
optdepends=('arc-gtk-theme' 'arc-solid-gtk-theme')
provides=("${pkgname%-*}" "${pkgname}" "arc-icon-theme")
@@ -15,7 +15,7 @@ options=('!strip')
pkgver() {
cd "${srcdir}/rtl88-Themes/Arc-ICONS"
- git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {