summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-09-20 21:33:20 +0200
committerStefan Husmann2016-09-20 21:33:20 +0200
commit55ae215efbd9163f8162c837a7d3a220778aeaee (patch)
treeea0f0fb66ef5b6e47c782f043e16d939bc636048
parent08371b8a3e3266bcbf58a501e77ca30616b57517 (diff)
downloadaur-55ae215efbd9163f8162c837a7d3a220778aeaee.tar.gz
fix typo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd9a6de388d8..b2e2bb37c540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Sep 19 21:26:21 UTC 2016
pkgbase = svgcleaner-gui-git
pkgdesc = main GUI for svgcleaner
- pkgver = 0.6.90.6.g92aab02
+ pkgver = 0.6.91.8.g8db2494
pkgrel = 1
url = https://github.com/RazrFalcon/svgcleaner-gui
arch = i686
@@ -10,7 +8,7 @@ pkgbase = svgcleaner-gui-git
license = GPL2
makedepends = qt5-tools
depends = hicolor-icon-theme
- depends = svg-cleaner
+ depends = svgcleaner
source = git+https://github.com/RazrFalcon/svgcleaner-gui
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 13c1ae678271..38c86b9da4c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=svgcleaner-gui-git
-pkgver=0.6.90.6.g92aab02
+pkgver=0.6.91.8.g8db2494
pkgrel=1
pkgdesc="main GUI for svgcleaner"
url="https://github.com/RazrFalcon/svgcleaner-gui"
arch=('i686' 'x86_64')
license=('GPL2')
makedepends=('qt5-tools')
-depends=('hicolor-icon-theme' 'svg-cleaner')
+depends=('hicolor-icon-theme' 'svgcleaner')
source=(git+https://github.com/RazrFalcon/svgcleaner-gui)
sha256sums=('SKIP')