summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372018-07-14 21:07:42 -0300
committerbtd13372018-07-14 21:07:42 -0300
commit04ac8ff2aa8a4fe97f97dc70b2478969b52fc4b2 (patch)
tree93c8ad4f779f6e56ad0d27a5095041f5d68efa16
parent12386b0127bb2761cc53116c323778e6aee29083 (diff)
downloadaur-04ac8ff2aa8a4fe97f97dc70b2478969b52fc4b2.tar.gz
fix gitname
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44dae4d98691..75eb06a555e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = newaita-icons-git
arch = x86_64
license = CC BY-NC-SA 3.0
makedepends = git
- conflicts = newaita
+ conflicts = Newaita
options = !strip
source = git+https://github.com/cbrnix/Newaita.git
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b25c15b81fae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*~
diff --git a/PKGBUILD b/PKGBUILD
index fa9f68b11e91..e7eb979e119a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Helder Bertoldo <helder.bertoldo@gmail.com>
pkgname=newaita-icons-git
-_gitname=newaita
+_gitname=Newaita
pkgver=latest
pkgrel=1
pkgdesc="Newaita icon theme is a Linux icon theme combining old style and color of material design. If you urgently needed any icon, please write in the comments on the page https://store.kde.org/p/1243493/"
arch=('i686' 'x86_64')
-url="https://github.com/cbrnix/Newaita"
+url="https://github.com/cbrnix/${_gitname}"
license=('CC BY-NC-SA 3.0')
makedepends=('git')
options=('!strip')