summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Knížek2017-12-06 09:34:04 +0100
committerJan Knížek2017-12-06 09:34:04 +0100
commit8d1c9d83fb7dc6c6bb8031123d9640c1879eca34 (patch)
tree3d07cfc02e9eeb311abb6684b4e5c0737cc5227f /PKGBUILD
parentcff7007565bbc3206185176bc8482dc887f284d8 (diff)
downloadaur-8d1c9d83fb7dc6c6bb8031123d9640c1879eca34.tar.gz
Fixed LICENSE + HTTPS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0417e7e6d78..586636034db3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
-# Maintainer: David Bailey <david.bailey@archlinux.net>
+# Maintainer: Jan Knížek < jk (a in a circle) janknizek.cz >
+# Contributor: David Bailey <david.bailey@archlinux.net>
# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
# Contributor: Nick Silva < nowhearthis (at) antisilent (dot) com >
pkgname=bashish
pkgver=2.2.4
-pkgrel=1
-pkgdesc="Bashish is a theme enviroment for text terminals. It can change colors, font, transparency and background image on a per-application basis."
+pkgrel=2
+pkgdesc="A theme enviroment for text terminals. It can change colors, font, transparency and background image on a per-application basis."
arch=('i686' 'x86_64')
url="http://bashish.sourceforge.net/"
-license="GPL"
+license=('GPL')
depends=('dialog')
makedepends=('pkgconfig')
-source=("http://downloads.sourceforge.net/bashish/$pkgname-$pkgver.tar.gz")
+source=("https://downloads.sourceforge.net/bashish/$pkgname-$pkgver.tar.gz")
md5sums=('0661cc0040878e921ac7a31b071d20e0')
+sha256sums=('3de48bc1aa69ec73dafc7436070e688015d794f22f6e74d5c78a0b09c938204b')
build() {
cd "$srcdir/$pkgname-$pkgver"