summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e70d5ef120a1..b97fb3dba9f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pommed-light
pkgdesc = Handles the hotkeys of Apple MacBook (Pro) laptops - lightweight edition
- pkgver = 1.49lw
+ pkgver = 1.50lw
pkgrel = 1
url = https://github.com/bytbox/pommed-light
install = pommed-light.install
@@ -14,9 +14,9 @@ pkgbase = pommed-light
depends = audiofile
optdepends = eject: disc ejection support
conflicts = pommed
- source = https://github.com/bytbox/pommed-light/archive/v1.49lw.tar.gz
+ source = https://github.com/bytbox/pommed-light/archive/v1.50lw.tar.gz
source = pommed.service
- md5sums = 9e53911931f78906520a11a3b364225a
+ md5sums = 55b947f24016b99f7de6e7f84fb5dc22
md5sums = fd5be6c0aa9ac4a0b1b628a23361b4cf
pkgname = pommed-light
diff --git a/PKGBUILD b/PKGBUILD
index 30b7d43703a1..36bca9581821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: jordi Cerdan (jcerdan) <jcerdan@tecob.com>
pkgname=pommed-light
-pkgver=1.49lw
+pkgver=1.50lw
pkgrel=1
pkgdesc="Handles the hotkeys of Apple MacBook (Pro) laptops - lightweight edition"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ conflicts=('pommed')
optdepends=('eject: disc ejection support')
source=(https://github.com/bytbox/${pkgname}/archive/v${pkgver}.tar.gz pommed.service)
dfname="${pkgname}-${pkgver}"
-md5sums=('9e53911931f78906520a11a3b364225a'
+md5sums=('55b947f24016b99f7de6e7f84fb5dc22'
'fd5be6c0aa9ac4a0b1b628a23361b4cf')
build() {