upgpkg: check-sieve 0.7-1
New upstream release.
This commit is contained in:
parent
5e68ad01cb
commit
96ce3a5d86
1 changed files with 6 additions and 5 deletions
|
@ -2,16 +2,17 @@
|
|||
# Contributor: George Rawlinson <grawlinson@archlinux.org>
|
||||
|
||||
pkgname=check-sieve
|
||||
pkgver=0.6
|
||||
pkgrel=2
|
||||
pkgver=0.7
|
||||
pkgrel=1
|
||||
pkgdesc="Syntax checker for Sieve scripts"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="https://github.com/dburkart/check-sieve"
|
||||
license=('MIT')
|
||||
depends=('gcc-libs')
|
||||
checkdepends=('python')
|
||||
source=("$url/archive/$pkgname-$pkgver.tar.gz")
|
||||
b2sums=('ceb747f94385f4f5ed883e6503aab1bde82ece472cf41c16f8bdfb039d72068ec80cc2f1f3b3c0374947d2e785504295dbcda252d1d9df165c354eff509ae3ff')
|
||||
sha512sums=('8e54c0a288d419911ed7c85add778746e0c06953c687bf4316c08c8a13d4cbced8116b8c26ae37a601dd99c6110a515f41e299a33bccb9952ea63909066b0e8d')
|
||||
b2sums=('56e35e6c19a52aafed3b4cbc26cf202740056917d770d507b7765f913a6667a5002faef34f47f329aab9734bd811a023cb3904fb2cb6ab32939ba389fdff9fb6')
|
||||
|
||||
prepare() {
|
||||
# rename extracted folder for convenience
|
||||
|
@ -38,7 +39,7 @@ package() {
|
|||
make INSTALL_PREFIX="$pkgdir/usr" install
|
||||
|
||||
# license
|
||||
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYING
|
||||
install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
|
||||
|
||||
# fix incorrect permissions on library
|
||||
chmod 644 "$pkgdir/usr/lib/libchecksieve.a"
|
||||
|
|
Loading…
Reference in a new issue