summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteelstrings2018-11-21 14:39:26 +0100
committersteelstrings2018-11-21 14:39:26 +0100
commit21e1dacc79b9d08ab76aabd270792d922f6d3657 (patch)
tree77df16e58b612cfc0a2a4ebc0de67db9d04d07b3
parentc381b0b0da080e64226e8b4ed822cf433ca8fe6c (diff)
downloadaur-21e1dacc79b9d08ab76aabd270792d922f6d3657.tar.gz
src change
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7763f6889337..26e4f163e9cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ozon-colors-icon-theme-git
pkgdesc = Additional folder colors for the default Ozon OS icon theme
- pkgver = r4.4fa2a1e
- pkgrel = 1
+ pkgver = r7.7d6d24b
+ pkgrel = 2
url = https://github.com/ozonos/ozon-icon-theme
arch = any
license = GPL3
makedepends = git
depends = gtk-update-icon-cache
- provides = ozon-colors-icon-theme-git
- conflicts = ozon-colors-icon-theme-git
- source = git+https://github.com/mrlamud/ozon-icon-theme-folders.git
+ provides = ozon-colors-icon-theme
+ conflicts = ozon-colors-icon-theme
+ source = git+https://github.com/voyeg3r/ozon-icon-theme-folders.git
sha256sums = SKIP
pkgname = ozon-colors-icon-theme-git
diff --git a/PKGBUILD b/PKGBUILD
index f38d109f1929..b5d7d45dc6e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=ozon-colors-icon-theme-git
_pkgname=ozon-icon-theme-folders
-pkgver=r4.4fa2a1e
-pkgrel=1
+pkgver=r7.7d6d24b
+pkgrel=2
pkgdesc="Additional folder colors for the default Ozon OS icon theme"
arch=('any')
url="https://github.com/ozonos/ozon-icon-theme"
license=('GPL3')
depends=('gtk-update-icon-cache')
makedepends=('git')
-provides=("$pkgname")
-conflicts=("$pkgname")
-source=("git+https://github.com/mrlamud/$_pkgname.git")
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
+source=("git+https://github.com/voyeg3r/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {
@@ -26,6 +26,6 @@ package() {
install -d -m 755 "$pkgdir"/usr/share/icons
# install icon theme
- cd $srcdir/$_pkgname/Ozon-Colored/
- cp -dr --no-preserve='ownership' ./ "$pkgdir"/usr/share/icons/
+ cd "$srcdir"/"$_pkgname"/Ozon-Colored/
+ cp -r . "$pkgdir"/usr/share/icons/
} \ No newline at end of file