[arch-commits] Commit in xcircuit/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Sun Oct 20 17:36:41 UTC 2019


    Date: Sunday, October 20, 2019 @ 17:36:41
  Author: kkeen
Revision: 517854

upgpkg: xcircuit 3.10.12-1

Modified:
  xcircuit/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-20 17:23:56 UTC (rev 517853)
+++ PKGBUILD	2019-10-20 17:36:41 UTC (rev 517854)
@@ -3,8 +3,8 @@
 # Contributor: simo <simo at archlinux.org>
 
 pkgname=xcircuit
-pkgver=3.9.73
-_pkgver=3.9
+pkgver=3.10.12
+_pkgver=3.10
 pkgrel=1
 pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams"
 arch=('x86_64')
@@ -15,12 +15,13 @@
 source=("http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz"
         "xcircuit.desktop"
         "http://opencircuitdesign.com/xcircuit/xcicon_sm.gif")
-sha256sums=('4f0e7c9630775a9624568ccd6e312941e2d6fa46a44f6012a99fde1bbd8249ce'
+sha256sums=('b60a1db002b80d14af6c0b13eaa11530966dedfb22c6062ddff49e5c07e33ec0'
             '3c29f55ee6196b554d6fc5791f29ac7cab2fecc184c699e80ee265be0b609456'
             '8e7b132d9803443e6f3ae65ed1990362a5a977e7856b1e54f2edf8cd4a3d7259')
 
+
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir/$pkgname-$_pkgver"
   ./configure \
     --prefix=/usr \
     --mandir=/usr/share/man \
@@ -33,7 +34,7 @@
 package() {
   cd "$srcdir"
   install -Dm0644 xcircuit.desktop "$pkgdir/usr/share/applications/xcircuit.desktop"
-  cd "$pkgname-$pkgver"
+  cd "$pkgname-$_pkgver"
   make DESTDIR="$pkgdir" install
   mkdir -p "$pkgdir/usr/share/man/man1"
   mv "$pkgdir/usr/lib/xcircuit-${_pkgver}/man/"* "$pkgdir/usr/share/man/man1/"



More information about the arch-commits mailing list