Skip to content

Commit

Permalink
1.4 aur update
Browse files Browse the repository at this point in the history
  • Loading branch information
recolic committed Mar 25, 2019
1 parent 708ef00 commit 95ba0cc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pkgbase = vivado-wrapper
pkgdesc = Wrap vivado as a simple project manager, which works in shell command line natively.
pkgver = 1.3
pkgdesc = Wrap vivado as a simple project manager, which works in linux command line natively.
pkgver = 1.4
pkgrel = 0
url = https://github.com/recolic/vivado-wrapper
install = vivado-wrapper.install
arch = any
license = GPL3
depends = bash
depends = findutils
source = vivado-wrapper-1.3.tar.gz::https://github.com/recolic/vivado-wrapper/archive/v1.3.tar.gz
source = vivado-wrapper-1.3.tar.gz.sig::https://github.com/recolic/vivado-wrapper/releases/download/v1.3/v1.3.tar.gz.sig
source = vivado-wrapper-1.4.tar.gz::https://github.com/recolic/vivado-wrapper/archive/v1.4.tar.gz
source = vivado-wrapper-1.4.tar.gz.sig::https://github.com/recolic/vivado-wrapper/releases/download/v1.4/v1.4.tar.gz.sig
validpgpkeys = 8A260D8ABBEBEF75855FEFDF7C3D13CDCA5C947F
sha256sums = 473a268b8f237e9816ff3e40bde269c6fe069f9dc18ec8edcd82f85621a848e0
sha256sums = 3519d7cbec49cd80e68672e14ef063f8a981e563c9b4d862ebb2c65d3dd20b43
sha256sums = SKIP

pkgname = vivado-wrapper
Expand Down
6 changes: 3 additions & 3 deletions aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Original repo: https://github.com/recolic/vivado-wrapper

pkgname=vivado-wrapper
pkgver=1.3
pkgver=1.4
pkgrel=0
pkgdesc="Wrap vivado as a simple project manager, which works in shell command line natively."
pkgdesc="Wrap vivado as a simple project manager, which works in linux command line natively."
url="https://github.com/recolic/$pkgname"
license=("GPL3")
arch=("any")
Expand All @@ -16,7 +16,7 @@ source=(
)
validpgpkeys=("8A260D8ABBEBEF75855FEFDF7C3D13CDCA5C947F")
sha256sums=(
"473a268b8f237e9816ff3e40bde269c6fe069f9dc18ec8edcd82f85621a848e0"
"3519d7cbec49cd80e68672e14ef063f8a981e563c9b4d862ebb2c65d3dd20b43"
"SKIP"
)

Expand Down
5 changes: 3 additions & 2 deletions aur/vivado-wrapper.install
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
post_install() {
echo ""
echo "****************************************vivadow***********************************************"
echo "vivado-wrapper: executable is installed as 'vivadow'."
echo "You may read /opt/vivado-wrapper/example and /opt/vivado-wrapper/README.md to learn its usage."
echo ""
echo "Note: The first 'vivadow build' may need root privilege to create template files."
echo "**********************************************************************************************"
}

0 comments on commit 95ba0cc

Please sign in to comment.