summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Lieberman2018-09-16 14:00:45 +0300
committerAriel Lieberman2018-09-16 14:00:45 +0300
commit955f8fcd3b6355c2b6bb228f63408169d1eb54c5 (patch)
tree2e9c3c64c29d9b2f194aa23ef61b70ef44cc4641
parente6b205a459ae60233498c838d23f7a6a960d191b (diff)
downloadaur-955f8fcd3b6355c2b6bb228f63408169d1eb54c5.tar.gz
capetelize skip
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b9034fc72bf..2c8f6af6ff1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributer: James Hendrie <hendrie dot james at gmail dot com>
pkgname=shalarm
pkgver=1.7
-pkgrel=5
+pkgrel=1
pkgdesc="A bash script alarm clock."
arch=('any')
url="http://www.someplacedumb.net"
@@ -12,7 +12,7 @@ depends=(bash coreutils)
optdepends=('mplayer')
_zipname=master
source=("$_zipname.zip::https://github.com/jahendrie/shalarm/archive/$_zipname.zip")
-md5sums=('skip')
+md5sums=('SKIP')
package()
{