summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Janzic2021-08-15 19:43:05 +0200
committerJosip Janzic2021-08-15 19:43:05 +0200
commit1bf4f4fe74dadd5a84fb610122f1a88ed8ca1b53 (patch)
treeaa90e6b36e541cd77138d3eecf0a6f7f54c09175
parentaa3547a5057b812e41795db0424f93ba3e8eba39 (diff)
downloadaur-1bf4f4fe74dadd5a84fb610122f1a88ed8ca1b53.tar.gz
Remove hash check
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de8f968f498e..48ec51fb89b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wlroots-hi-res-scroll-git
pkgdesc = Modular Wayland compositor library with hi-res scroll patches (git version)
pkgver = 0.13.0.r153.g9e58301d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/swaywm/wlroots
arch = x86_64
license = custom:MIT
@@ -28,6 +28,6 @@ pkgbase = wlroots-hi-res-scroll-git
source = wlroots-hi-res-scroll-git::git+https://github.com/swaywm/wlroots
source = hi_res_scroll.diff::https://github.com/swaywm/wlroots/compare/master...janza:master.diff
sha512sums = SKIP
- sha512sums = a7eec598fa659a9118826d26596c7b8baea4b6fc7297195039726dee961f22aca7d9627b40498d1c490644657244198a31577c5b1bc66ae8a99f2d0b5d460949
+ sha512sums = SKIP
pkgname = wlroots-hi-res-scroll-git
diff --git a/PKGBUILD b/PKGBUILD
index f13f2b747621..c2372e3582a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=wlroots-hi-res-scroll-git
pkgver=0.13.0.r153.g9e58301d
-pkgrel=1
+pkgrel=2
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library with hi-res scroll patches (git version)'
url=https://github.com/swaywm/wlroots
@@ -34,7 +34,7 @@ source=("${pkgname}::git+${url}"
"hi_res_scroll.diff::https://github.com/swaywm/wlroots/compare/master...janza:master.diff"
)
sha512sums=('SKIP'
- 'a7eec598fa659a9118826d26596c7b8baea4b6fc7297195039726dee961f22aca7d9627b40498d1c490644657244198a31577c5b1bc66ae8a99f2d0b5d460949')
+ 'SKIP')
pkgver () {
cd "${pkgname}"