summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorE5ten2018-05-07 08:28:03 -0400
committerE5ten2018-05-07 08:28:03 -0400
commitccf7f44f5ec0950f754dfa7b5dd317fff3c7570a (patch)
tree1b8221bac8cbb13d15fa95caa08d84625d599b65
parent894c3dfc89f1e9dd4751bcf35159a3f09ccd6967 (diff)
downloadaur-ccf7f44f5ec0950f754dfa7b5dd317fff3c7570a.tar.gz
fixed md5sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 262d478ec91a..19a1b6ab9aba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opendm
pkgdesc = A simple GUI Display Manager written entirely in bash that uses xinit to start X sessions
pkgver = 0.0.31
- pkgrel = 1
+ pkgrel = 2
url = http://www.simonizor.net
install = opendm.install
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = opendm
depends = qarma
depends = xorg-xinit
source = https://github.com/simoniz0r/opendm/archive/v0.0.31.tar.gz
- md5sums = f1ee41f1a5e2261f667721321249dd63
+ md5sums = 1d7dab696cd3b26b91b0414d259d2f2f
pkgname = opendm
diff --git a/PKGBUILD b/PKGBUILD
index 0dafedd74c84..ddedb7a7d9b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=opendm
_pkgname=OpenDM
pkgver=0.0.31
-pkgrel=1
+pkgrel=2
pkgdesc="A simple GUI Display Manager written entirely in bash that uses xinit to start X sessions"
arch=('x86_64')
url='http://www.simonizor.net'
@@ -11,7 +11,7 @@ license=('MIT')
depends=('qarma' 'xorg-xinit')
install=opendm.install
source=("https://github.com/simoniz0r/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('f1ee41f1a5e2261f667721321249dd63')
+md5sums=('1d7dab696cd3b26b91b0414d259d2f2f')
prepare() {
cd $srcdir