summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Prussin2018-10-01 23:12:46 -0700
committerConnor Prussin2018-10-01 23:12:46 -0700
commit58d2127f2d4076944f6ce78f60dcbef42e952d85 (patch)
tree818affc4638dd9af22a90e1683dd0489e2449184
parent5addee2f56fe688d2ac728da8cf07b70f2571cc1 (diff)
downloadaur-58d2127f2d4076944f6ce78f60dcbef42e952d85.tar.gz
0.0.1-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c47ccbd97a8c..2c6f4dd5370c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = minichrome
arch = x86_64
license = MIT
source = https://github.com/cprussin/minichrome/releases/download/v0.0.1/minichrome-0.0.1.tar.gz
- md5sums = 9f8ba27a6d31a686a9abca8a1fbf7dec
+ md5sums = 6f227b37d4c9b5df7b5a3d45917b5b4a
pkgname = minichrome
diff --git a/PKGBUILD b/PKGBUILD
index c8f40bd87f19..665630342a23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer Connor Prussin <connor at prussin dot net>
pkgname=minichrome
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A minimal web browser"
arch=('i686' 'x86_64')
url="https://github.com/cprussin/minichrome"
license=('MIT')
depends=()
source=('https://github.com/cprussin/minichrome/releases/download/v0.0.1/minichrome-0.0.1.tar.gz')
-md5sums=('9f8ba27a6d31a686a9abca8a1fbf7dec')
+md5sums=('6f227b37d4c9b5df7b5a3d45917b5b4a')
package() {
mkdir -p "${pkgdir}/usr/lib"