summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornow-im2017-09-05 17:40:39 +0600
committernow-im2017-09-05 17:40:39 +0600
commit0e38f47d70ae380685d397ccb8a3be7a29b0f6fe (patch)
tree9a4edbaa27b461e339438ae13d6ea862e059a4ff
parent340e277b0bf0f78ff0a2adc6fce7bc28b5b1c733 (diff)
downloadaur-0e38f47d70ae380685d397ccb8a3be7a29b0f6fe.tar.gz
removing 'v' from pkgever
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47842b87c383..dd1d6c080944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = la-capitaine-icon-theme
pkgdesc = An icon pack designed to integrate with most desktop environments
- pkgver = v0.5.0
- pkgrel = 1
+ pkgver = 0.5.0
+ pkgrel = 2
url = https://github.com/keeferrourke/la-capitaine-icon-theme
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index f3195d7b6b5c..7c75ba48cb6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,25 @@
# Maintainer: now-im <now.im.627@gmail.com>
pkgname=('la-capitaine-icon-theme')
-pkgver=v0.5.0
-pkgrel=1
+pkgver=0.5.0
+pkgrel=2
pkgdesc="An icon pack designed to integrate with most desktop environments"
arch=('any')
url="https://github.com/keeferrourke/$pkgname"
license=('GPL3')
optdepends=('elementary-icon-theme' 'breeze-icons' 'gnome-icon-theme')
conflicts=('la-capitaine-icon-theme-git')
-source=("https://github.com/keeferrourke/$pkgname/archive/$pkgver.tar.gz")
+source=("https://github.com/keeferrourke/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('5a4a1250ff770b2111db199b5b1cf1ec455572dde84fa34e953b46b50e17775b')
prepare() {
- cd $pkgname-0.5.0
+ cd $pkgname-pkgver
}
package() {
install -dm 755 "${pkgdir}"/usr/share/icons
- cp -dr --no-preserve='ownership' $pkgname-0.5.0 "${pkgdir}"/usr/share/icons/$pkgname-0.5.0
+ cp -dr --no-preserve='ownership' $pkgname-pkgver "${pkgdir}"/usr/share/icons/$pkgname-pkgver
find "${pkgdir}" -type d -exec chmod 755 {} +
find "${pkgdir}" -type f -exec chmod 644 {} +