summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2019-03-12 18:06:13 +0100
committerValHue2019-03-12 18:06:13 +0100
commitf59646ee53430afd2a3fb7b08d4942efced45ff5 (patch)
treeb171f07b0c8e4e5ace6f59bb6d5eecf3a1f5a6e5
parentc34b3bd6f8cee214c2be71286be4e172407ecede (diff)
downloadaur-f59646ee53430afd2a3fb7b08d4942efced45ff5.tar.gz
Update to 5.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcf98ff79cc7..4ce6393c04ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mate-notification-theme-slate
- pkgdesc = A CSS-backed notification theme for the MATE Desktop. \n The fallback styling for this plugin emulates the Arc-styled Budgie notifications.
+ pkgdesc = A CSS-backed notification theme for the MATE Desktop. The fallback styling for this plugin emulates the Arc-styled Budgie notifications.
pkgver = 5
- pkgrel = 1
- url = https://github.com/solus-project/mate-notification-theme-slate
+ pkgrel = 2
+ url = https://github.com/getsolus/mate-notification-theme-slate
arch = i686
arch = x86_64
license = LGPL2.1
depends = gtk3
provides = mate-notification-theme-slate
- source = mate-notification-theme-slate-5.tar.gz::https://github.com/solus-project/mate-notification-theme-slate/archive/v5.tar.gz
+ source = mate-notification-theme-slate-5.tar.gz::https://github.com/getsolus/mate-notification-theme-slate/archive/v5.tar.gz
sha256sums = 966f0fc81711ffd47213c2710cb4ccd0625895542c1c5439067048530abe5621
pkgname = mate-notification-theme-slate
diff --git a/PKGBUILD b/PKGBUILD
index 56a6fa013e86..a5de245ad8b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
#
pkgname="mate-notification-theme-slate"
pkgver=5
-pkgrel=1
-pkgdesc="A CSS-backed notification theme for the MATE Desktop. \n
- The fallback styling for this plugin emulates the Arc-styled Budgie notifications. "
-url="https://github.com/solus-project/mate-notification-theme-slate"
+pkgrel=2
+pkgdesc="A CSS-backed notification theme for the MATE Desktop.
+ The fallback styling for this plugin emulates the Arc-styled Budgie notifications."
+url="https://github.com/getsolus/${pkgname}"
arch=('i686' 'x86_64')
license=('LGPL2.1')
depends=('gtk3')
provides=("${pkgname}")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/solus-project/${pkgname}/archive/v5.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v5.tar.gz")
sha256sums=('966f0fc81711ffd47213c2710cb4ccd0625895542c1c5439067048530abe5621')
build() {
@@ -24,6 +24,8 @@ build() {
package() {
cd "${pkgname}-${pkgver}"
make DESTDIR=${pkgdir} install
+
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-# vim:set ts=4 sw=2 ft=sh et syn=sh ft=sh:
+# vim:set ts=4 sw=4 ft=sh et syn=sh ft=sh: