summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372018-07-15 19:11:32 -0300
committerbtd13372018-07-15 19:11:32 -0300
commitd9fb991d27463d4139663c59b5dea516a37831a9 (patch)
tree0d23c9f2b4b62a1afc69f1c04e8bd6322963e128
parent1bf94671db0b959e6695e81751fcbd134d0914ae (diff)
downloadaur-d9fb991d27463d4139663c59b5dea516a37831a9.tar.gz
fix pkgname
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a8dfe2fe644..bc03a373649c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = newaita-git
+pkgbase = newaita-icons-git
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/ If you want support me Paypal: ghostdmn2@gmail.com
pkgver = latest
pkgrel = 1
@@ -7,11 +7,13 @@ pkgbase = newaita-git
arch = x86_64
license = CC BY-NC-SA 3.0
makedepends = git
+ provides = newaita-icons
provides = newaita
+ conflicts = newaita-icons
conflicts = newaita
options = !strip
source = git+https://github.com/cbrnix/Newaita.git
sha256sums = SKIP
-pkgname = newaita-git
+pkgname = newaita-icons-git
diff --git a/PKGBUILD b/PKGBUILD
index 020ff83c1a2d..e8e6066be10e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Helder Bertoldo <helder.bertoldo@gmail.com>
gitname=Newaita
-pkgname=newaita-git
+pkgname=newaita-icons-git
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/ If you want support me Paypal: ghostdmn2@gmail.com"
@@ -10,8 +10,8 @@ url="https://github.com/cbrnix/${gitname}"
license=('CC BY-NC-SA 3.0')
makedepends=('git')
options=('!strip')
-provides=("newaita")
-conflicts=("newaita")
+provides=("newaita-icons" "newaita")
+conflicts=("newaita-icons" "newaita")
source=("git+${url}.git")
sha256sums=('SKIP')