summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d143fb1f107..88ccced0ab03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = moc_notify-git
pkgdesc = Notifier for 'Music On Console' using libnotify.
- pkgver = 2.2
- pkgrel = 3
- url = https://gitlab.com/daltomi/moc_notify
+ pkgver = 2.3
+ pkgrel = 1
+ url = https://github.com/daltomi/moc_notify
install = moc_notify-git.install
- arch = i686
arch = x86_64
license = GPL3
makedepends = git
@@ -14,10 +13,10 @@ pkgbase = moc_notify-git
depends = libnotify
optdepends = moc: Music on Console
source = moc_notify-git.install
- source = git+https://gitlab.com/daltomi/moc_notify.git?signed#tag=v.2.2
+ source = git+https://github.com/daltomi/moc_notify.git?signed#tag=v2.3
validpgpkeys = 51479755D90A2AACFA90A6551DD242462908D08B
- sha1sums = ae6f9be60997863f215d13c0cb0bb8da9bbdd5eb
- sha1sums = SKIP
+ sha256sums = dc8acfa99a68825cc74e9659f2f5e03802a336705cd5e080504cd4fc88743f01
+ sha256sums = SKIP
pkgname = moc_notify-git
diff --git a/PKGBUILD b/PKGBUILD
index 340cc89f6cb3..45e83f7f6b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Daniel T. Borelli < danieltborelli@gmail.com >
+# Maintainer: Daniel T. Borelli < d a n i e l t b o r e l l i @ g m a i l . c o m >
pkgbase=moc_notify-git
pkgname=$pkgbase
-pkgver=2.2
-pkgrel=3
+pkgver=2.3
+pkgrel=1
_gitname=moc_notify
-_gittag="v.${pkgver}"
+_gittag="v${pkgver}"
pkgdesc="Notifier for 'Music On Console' using libnotify."
-arch=('i686' 'x86_64')
+arch=('x86_64')
-url='https://gitlab.com/daltomi/moc_notify'
+url='https://github.com/daltomi/moc_notify'
license=('GPL3')
@@ -25,7 +25,8 @@ install=moc_notify-git.install
source=("moc_notify-git.install" "git+${url}.git?signed#tag=${_gittag}")
-sha1sums=('ae6f9be60997863f215d13c0cb0bb8da9bbdd5eb' 'SKIP')
+sha256sums=('dc8acfa99a68825cc74e9659f2f5e03802a336705cd5e080504cd4fc88743f01' 'SKIP')
+
validpgpkeys=('51479755D90A2AACFA90A6551DD242462908D08B')