mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/shhmsg to 1.4.2-6
This commit is contained in:
parent
d812dc1be6
commit
b0224ee8f8
2 changed files with 14 additions and 2 deletions
12
extra/shhmsg/.SRCINFO
Normal file
12
extra/shhmsg/.SRCINFO
Normal file
|
@ -0,0 +1,12 @@
|
|||
pkgbase = shhmsg
|
||||
pkgdesc = Library for displaying messages
|
||||
pkgver = 1.4.2
|
||||
pkgrel = 6
|
||||
url = https://shh.thathost.com/pub-unix
|
||||
arch = x86_64
|
||||
license = PerlArtistic
|
||||
options = staticlibs
|
||||
source = https://shh.thathost.com/pub-unix/files/shhmsg-1.4.2.tar.gz
|
||||
sha256sums = 88c69e3f0b920b1ef93f6c10f354786f171d7cb3ab170a463bb9ab8bbf13a02b
|
||||
|
||||
pkgname = shhmsg
|
|
@ -6,14 +6,14 @@
|
|||
|
||||
pkgname=shhmsg
|
||||
pkgver=1.4.2
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="Library for displaying messages"
|
||||
arch=('x86_64')
|
||||
url="https://shh.thathost.com/pub-unix"
|
||||
license=('PerlArtistic')
|
||||
options=('staticlibs')
|
||||
source=($url/files/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('30cab93040d2892539847437b7246b8b')
|
||||
sha256sums=('88c69e3f0b920b1ef93f6c10f354786f171d7cb3ab170a463bb9ab8bbf13a02b')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue