summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSevenseven2015-11-17 19:03:25 +0300
committerSevenseven2015-11-17 19:03:25 +0300
commit525046bdfd1a5829c84af65498fb41e9c3ff504f (patch)
treef5c0c7896b980280ab4c1f4f87edcc6f65ef8a5e
parentfa701d38493388415077b94f9da53d98f393a315 (diff)
downloadaur-525046bdfd1a5829c84af65498fb41e9c3ff504f.tar.gz
rename group
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faff12172bef..e6dcac3ac29f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = kipi-plugins-git
pkgdesc = A collection of plugins extending the KDE graphics and image applications as digiKam
- pkgver = r11398.4770a03
+ pkgver = r11412.b921a22
pkgrel = 1
url = http://www.kipi-plugins.org/
install = kipi-plugins-git.install
arch = i686
arch = x86_64
+ groups = digikamsc-git
license = GPL
license = LGPL
license = FDL
@@ -30,7 +31,7 @@ pkgbase = kipi-plugins-git
optdepends = libkvkontakte-git: A tool to export images to VKontakte web service
optdepends = threadweaver: for Panorama
optdepends = karchive: for FlashExport
- optdepends = kqoauth-qt5-git For Imgur Auhtenticated API
+ optdepends = kqoauth-qt5-git: For Imgur Auhtenticated API
provides = kipi-plugins
conflicts = kipi-plugins
source = kipi-plugins::git+git://anongit.kde.org/kipi-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 282d40b848e8..7a853719ba18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on kipi-plugins-svn PKGBUILD
pkgname=kipi-plugins-git
-pkgver=r11398.4770a03
+pkgver=r11412.b921a22
pkgrel=1
pkgdesc='A collection of plugins extending the KDE graphics and image applications as digiKam'
license=('GPL' 'LGPL' 'FDL')
@@ -17,12 +17,13 @@ optdepends=('hugin: for expoblending plugin'
'libkvkontakte-git: A tool to export images to VKontakte web service'
'threadweaver: for Panorama'
'karchive: for FlashExport'
- 'kqoauth-qt5-git For Imgur Auhtenticated API')
+ 'kqoauth-qt5-git: For Imgur Auhtenticated API')
conflicts=('kipi-plugins')
provides=('kipi-plugins')
install=kipi-plugins-git.install
source=('kipi-plugins::git+git://anongit.kde.org/kipi-plugins')
md5sums=('SKIP')
+groups=('digikamsc-git')
pkgver() {
cd "${srcdir}/kipi-plugins"
@@ -50,4 +51,4 @@ build() {
package() {
cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install
-}
+} \ No newline at end of file