summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2acb40b61232..41804b155977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=sswb
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Stupid simple Web Browser - a simply gtk webkit browser"
arch=('any')
url="https://github.com/BlackCodec/sswb"
license=('GPL')
depends=('webkitgtk' 'pygtk')
-source="https://github.com/BlackCodec/$pkgname/archive/master.zip"
-md5sums=('5c7a7d3f50851dbfc91220d94e2d7541')
+source=("https://github.com/BlackCodec/$pkgname/archive/master.zip")
+md5sums=('01f7f7ad92ddc6b1ccf1f03e5c662c0a')
package() {
install -Dm 755 "$srcdir/$pkgname-master/$pkgname" "$pkgdir/usr/bin/$pkgname"