diff options
author | Brian Bidulock | 2021-09-19 09:34:01 -0600 |
---|---|---|
committer | Brian Bidulock | 2021-09-19 09:34:01 -0600 |
commit | 37bf78fb6859088c89f072340cbba0080866426a (patch) | |
tree | d175737521ae06615d4f7f162995d16638a33443 | |
parent | 571e1a9256aac27685d33df56004d7b4f8846ab4 (diff) | |
download | aur-xcircuit-git.tar.gz |
uppkg
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = xcircuit-git pkgdesc = A program for drawing publishable-quality electrical circuit schematic diagrams (development version) - pkgver = 3.10.26.r0.gb42222f + pkgver = 3.10.30.r0.gadc6bf9 pkgrel = 1 url = http://opencircuitdesign.com/xcircuit arch = x86_64 @@ -13,9 +13,9 @@ pkgbase = xcircuit-git depends = libxpm depends = zlib depends = cairo - provides = xcircuit=3.10.26-1 + provides = xcircuit=3.10.30-1 conflicts = xcircuit - source = xcircuit-git::git+https://github.com/RTimothyEdwards/XCircuit.git#tag=3.10.26 + source = xcircuit-git::git+https://github.com/RTimothyEdwards/XCircuit.git#tag=3.10.30 source = xcircuit.desktop source = http://opencircuitdesign.com/xcircuit/xcicon_sm.gif sha256sums = SKIP @@ -23,4 +23,3 @@ pkgbase = xcircuit-git sha256sums = 8e7b132d9803443e6f3ae65ed1990362a5a977e7856b1e54f2edf8cd4a3d7259 pkgname = xcircuit-git - @@ -2,7 +2,7 @@ pkgname=xcircuit-git _pkgname=xcircuit -pkgver=3.10.26.r0.gb42222f +pkgver=3.10.30.r0.gadc6bf9 _pkgver=3.10 pkgrel=1 pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams (development version)" @@ -11,7 +11,7 @@ url="http://opencircuitdesign.com/xcircuit" license=('GPL2') depends=('tk' 'libxpm' 'zlib' 'cairo') makedepends=('git' 'chrpath' 'imagemagick') -source=($pkgname::git+https://github.com/RTimothyEdwards/XCircuit.git#tag=3.10.26 +source=($pkgname::git+https://github.com/RTimothyEdwards/XCircuit.git#tag=3.10.30 "xcircuit.desktop" "http://opencircuitdesign.com/xcircuit/xcicon_sm.gif") sha256sums=('SKIP' |