summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2022-01-17 15:56:23 +0100
committerUffe Jakobsen2022-01-17 15:56:23 +0100
commit76d1a1d97cfb7a6114c6a098049af265eae7ef6a (patch)
treedd628bdb1ca30998a558b2b77819573fa94c9698
parented97f1d6f73d26875557b375f947f6bffa13f675 (diff)
downloadaur-76d1a1d97cfb7a6114c6a098049af265eae7ef6a.tar.gz
Update to version 211113
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD15
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26725d004578..c80a9c7ac9bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = vcd
- pkgdesc = VCD file (Value Change Dump) command line viewer for Windows, Linux, OSX
- pkgver = 191029
+ pkgdesc = VCD file (Value Change Dump) command line viewer
+ pkgver = 211113
pkgrel = 1
url = https://github.com/yne/vcd
arch = i686
arch = x86_64
- license = custom
- source = https://github.com/yne/vcd/archive/191029.tar.gz
- md5sums = 3a60fa3212d5c93c76668fd162b0b223
+ license = MIT
+ source = https://github.com/yne/vcd/archive/211113.tar.gz
+ sha256sums = f4e6df3ef8a9f7dc10162ad7994d9dfcb64914df355e563fb70406ca4a838a19
pkgname = vcd
-
diff --git a/PKGBUILD b/PKGBUILD
index 1ae166ea1af6..b4db9517d0f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,22 @@
#
pkgname=vcd
-pkgver=191029
+pkgver=211113
pkgrel=1
-pkgdesc="VCD file (Value Change Dump) command line viewer for Windows, Linux, OSX"
+pkgdesc="VCD file (Value Change Dump) command line viewer"
arch=('i686' 'x86_64')
url="https://github.com/yne/vcd"
-license=('custom') # see LICENSE.txt
+license=('MIT')
depends=()
#
source=(
https://github.com/yne/${pkgname}/archive/${pkgver}.tar.gz
)
+
#
-md5sums=('3a60fa3212d5c93c76668fd162b0b223')
+#md5sums=('90b917fc4d98010619321cb7e006d4ec')
+sha256sums=('f4e6df3ef8a9f7dc10162ad7994d9dfcb64914df355e563fb70406ca4a838a19')
+
#
prepare()
@@ -37,8 +40,8 @@ build()
package()
{
cd "${srcdir}/${pkgname}-${pkgver}"
- mkdir -p "${pkgdir}"/usr/bin
- cp vcd "${pkgdir}"/usr/bin
+ mkdir -p "${pkgdir}/usr/bin"
+ cp vcd "${pkgdir}/usr/bin"
}
#