summarylogtreecommitdiffstats
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
parentcff7007565bbc3206185176bc8482dc887f284d8 (diff)
downloadaur-8d1c9d83fb7dc6c6bb8031123d9640c1879eca34.tar.gz
Fixed LICENSE + HTTPS
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6750cd86a4f2..2fbe319e2c31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = bashish
- pkgdesc = Bashish is a theme enviroment for text terminals. It can change colors, font, transparency and background image on a per-application basis.
+ pkgdesc = A theme enviroment for text terminals. It can change colors, font, transparency and background image on a per-application basis.
pkgver = 2.2.4
- pkgrel = 1
+ pkgrel = 2
url = http://bashish.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
makedepends = pkgconfig
depends = dialog
- source = http://downloads.sourceforge.net/bashish/bashish-2.2.4.tar.gz
+ source = https://downloads.sourceforge.net/bashish/bashish-2.2.4.tar.gz
md5sums = 0661cc0040878e921ac7a31b071d20e0
+ sha256sums = 3de48bc1aa69ec73dafc7436070e688015d794f22f6e74d5c78a0b09c938204b
pkgname = bashish
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"