summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris-marsh2017-01-30 22:07:05 +0000
committerchris-marsh2017-01-30 22:07:05 +0000
commit51b15df7501d93c2be65d22df05266101df7cb2c (patch)
tree9739723c3c9745d31e710b7b55694044a6f0b1ee
parent770fa732eda6a4e3acbe2a19d713b821ed7c3522 (diff)
downloadaur-51b15df7501d93c2be65d22df05266101df7cb2c.tar.gz
New options to stick and undecorate
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36738ea6152b..5af379697a87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = galendae-git
pkgdesc = A basic popup calendar that can be styled to match workspace themes
- pkgver = r26.2b0737b
+ pkgver = r32.e0e5c02
pkgrel = 1
url = https://github.com/chris-marsh/galendae
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 49b54af3248e..c093ba7692b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Marsh <chris.pm@gmail.com>
pkgname=galendae-git
-pkgver=r26.2b0737b
+pkgver=r32.e0e5c02
pkgrel=1
pkgdesc="A basic popup calendar that can be styled to match workspace themes"
arch=('i686' 'x86_64')
@@ -27,5 +27,6 @@ package() {
install -d "$pkgdir"/usr/{bin,share/galendae/examples}
install -m755 galendae "$pkgdir"/usr/bin/
install -m644 examples/* "$pkgdir"/usr/share/galendae/examples/
+ install -m644 galendaerc "$pkgdir"/usr/share/galendae/examples/
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}