summaryrefslogtreecommitdiff
path: root/pcr/screen-message
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-23 13:41:22 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-23 13:41:22 +0100
commit3826d884e5c9077644ed3a293baf535d5bb48e44 (patch)
treed571e6a0250ee71124451a56778e87da9b1563b1 /pcr/screen-message
parentf60f75411dc99f002e477939b68f307410bfeab0 (diff)
pcr/screen-message: updated to 0.25
Diffstat (limited to 'pcr/screen-message')
-rw-r--r--pcr/screen-message/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/pcr/screen-message/PKGBUILD b/pcr/screen-message/PKGBUILD
index ea929bd0b..6abfcd877 100644
--- a/pcr/screen-message/PKGBUILD
+++ b/pcr/screen-message/PKGBUILD
@@ -1,17 +1,20 @@
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Andrew LeCain dread@csh.rit.edu
+# Maintainer (AUR): speps <speps at aur dot archlinux dot org>
+# Contributor (AUR): Andrew LeCain dread@csh.rit.edu
+
+# parabola changes and rationale:
+# - added .install file to update desktop database
pkgname=screen-message
-pkgver=0.20
+pkgver=0.25
pkgrel=1
pkgdesc="Displays a short text fullscreen as large and as quickly as possible."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="http://www.joachim-breitner.de/projects"
license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme')
+depends=('gtk3')
install="$pkgname.install"
source=("http://www.joachim-breitner.de/archive/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('8c9ce8630bcf86017e5e4396ca056627')
+sha256sums=('60291a493a6e30714c8704c614b37ef94621a917c3a9fa290800df82712989d3')
build() {
cd "$srcdir/$pkgname-$pkgver"