summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2022-10-08 15:20:21 +0800
committertaotieren2022-10-08 15:20:21 +0800
commit675fc0939678371b80051283f124a369c0b84828 (patch)
treecb38836019ef97a8107164ff819261fcd295c014
parent4a3c7cbca131eb902ff26c8f77def1c644ff9961 (diff)
downloadaur-675fc0939678371b80051283f124a369c0b84828.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a742b69e634c..1caa4ab1497a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kicad-pcb-diff
pkgdesc = Tool to generate a PDF file showing the changes between two KiCad PCB/SCH files. Also a git plug-in.
pkgver = 2.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/INTI-CMNB/KiDiff
arch = any
license = GPL-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 9563314f17ff..869c9d55159d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kicad-pcb-diff
pkgver=2.4.2
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Tool to generate a PDF file showing the changes between two KiCad PCB/SCH files. Also a git plug-in."
arch=('any')
@@ -27,7 +27,7 @@ sha256sums=('32ef7ac5083ae9e59c71b304840e059a137b363a40afe3c2e697d5d710c68744')
package() {
cd "${srcdir}/KiDiff-${pkgver}"
-# python setup.py install --no-compile --root="$pkgdir"
-# install -dm0755 "${pkgdir}/usr/bin"
- make prefix="${pkgdir}"/usr install
+ python setup.py install --no-compile --root="$pkgdir"
+ install -dm0755 "${pkgdir}/usr/bin"
+# make prefix="${pkgdir}"/usr install
}