summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordi Pakey-Rodriguez2019-03-19 00:40:18 -0700
committerJordi Pakey-Rodriguez2019-03-19 00:40:18 -0700
commit45dd7b1cc098e27a2f3c933be93bda53d436b643 (patch)
tree4b6379eed81f2f06d95f7c07846bb4a8738f185d
parent1482c2f864931db191bc50827eb5ee2e95ef02ae (diff)
downloadaur-45dd7b1cc098e27a2f3c933be93bda53d436b643.tar.gz
Add to kicad-libraries group
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0835fa0a3201..1fb4437bbacb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = kicad-templates
pkgdesc = KiCad templates
pkgver = 5.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/KiCad/kicad-templates
arch = any
+ groups = kicad-libraries
license = GPL
makedepends = cmake
conflicts = kicad-templates-git
- conflicts = kicad-library-bzr
conflicts = kicad-library-git
- conflicts = kicad-library-3d
conflicts = kicad-library
+ conflicts = kicad-library-3d
options = !strip
source = https://github.com/KiCad/kicad-templates/archive/5.1.0.tar.gz
sha256sums = 36c4ac1ea78333cd92dc82b28f57066a9888801dc7d803d822e22b5b2a924516
pkgname = kicad-templates
-
diff --git a/PKGBUILD b/PKGBUILD
index 6357eb9b2f34..0952dd6aba34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=kicad-templates
pkgver=5.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="KiCad templates"
arch=('any')
url="https://github.com/KiCad/kicad-templates"
license=('GPL')
+groups=('kicad-libraries')
makedepends=('cmake')
options=('!strip')
conflicts=('kicad-templates-git' 'kicad-library-git' 'kicad-library' 'kicad-library-3d')