summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-02-03 23:52:23 +0100
committerbartus2020-02-03 23:52:23 +0100
commit3f47591e757153f052a6b5bdbe9392390ac23f28 (patch)
treeff2f7885e08b70f00b87415dc933f1c4eb0e80a9
parent4a7f28c53a93a3fa37924543719bcb413c41007b (diff)
downloadaur-3f47591e757153f052a6b5bdbe9392390ac23f28.tar.gz
Drop upstream applied patches.
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD24
2 files changed, 20 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4935ec37f2da..796865889fe7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openboard-git
pkgdesc = Interactive whiteboard software for schools and universities
- pkgver = v1.5.3.r0.g426b1f7a
- pkgrel = 2
+ pkgver = v1.5.4.r0.g85eb094e
+ pkgrel = 1
url = http://openboard.ch/index.en.html
arch = x86_64
license = GPL3
@@ -24,23 +24,19 @@ pkgbase = openboard-git
source = git://github.com/OpenBoard-org/OpenBoard.git#branch=master
source = qchar.patch
source = qwebkit.patch
- source = https://github.com/OpenBoard-org/OpenBoard/pull/218.diff
- source = https://github.com/OpenBoard-org/OpenBoard/pull/223.diff
source = openboard.desktop
source = quazip.diff
source = poppler.patch
source = drop_ThirdParty_repo.patch
source = 30fps.patch
- md5sums = SKIP
- md5sums = bf2c524f3897cfcfb4315bcd92d4206e
- md5sums = 60f64db6bf627015f4747879c4b30fd3
- md5sums = f484614cc48181287607afb5a45ef644
- md5sums = 04c421c140e983d41975943ede5fe61a
- md5sums = 21d1749400802f8fc0669feaf77de683
- md5sums = 30a7928f696f958d5e8f06e02c49639f
- md5sums = ebddda8793f57b7b7e1402c5d271ed86
- md5sums = 879116c683374b2dde291014e44a29fe
- md5sums = 79afac7031634bf9e46ba67cbf2a2d0c
+ sha256sums = SKIP
+ sha256sums = b40fdab85f5921d0404c07db64628a2428a87d39193d2797bbef2e69b1d51549
+ sha256sums = 8e276fe7da7a47d5520ce50b5bd761f4e983230629e48dea6d5cfa86b49ca889
+ sha256sums = 00688af02006bddeab797f624e5cbae66a5c02f4e14315d87d3f198f74797c17
+ sha256sums = db007a755533baa245dfb481393b2897ddd6a219a28399d4a7bebd1ff855b6d2
+ sha256sums = af3fd5ad142216242ec30e2ba8f19cc0afb9325fe6ddfae735f53fffdc03137f
+ sha256sums = 71a41ecbecb952b402d554aa7c5659650765b692662a28f9db904c7390f8f080
+ sha256sums = 205062adbbd48d6622341e316e14a5496f73696385a3ed5cda7a89d3e7d2861d
pkgname = openboard-git
diff --git a/PKGBUILD b/PKGBUILD
index 13c14e413e02..e9e952e16bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=openboard-git
_fragment="#branch=master"
-pkgver=v1.5.3.r0.g426b1f7a
-pkgrel=2
+pkgver=v1.5.4.r0.g85eb094e
+pkgrel=1
pkgdesc="Interactive whiteboard software for schools and universities"
arch=('x86_64')
url="http://openboard.ch/index.en.html"
@@ -16,24 +16,20 @@ makedepends=(git)
source=("git://github.com/OpenBoard-org/OpenBoard.git${_fragment}"
qchar.patch
qwebkit.patch
- https://github.com/OpenBoard-org/OpenBoard/pull/218.diff
- https://github.com/OpenBoard-org/OpenBoard/pull/223.diff
openboard.desktop
)
source+=(quazip.diff)
source+=(poppler.patch)
source+=(drop_ThirdParty_repo.patch)
source+=(30fps.patch)
-md5sums=('SKIP'
- 'bf2c524f3897cfcfb4315bcd92d4206e'
- '60f64db6bf627015f4747879c4b30fd3'
- 'f484614cc48181287607afb5a45ef644'
- '04c421c140e983d41975943ede5fe61a'
- '21d1749400802f8fc0669feaf77de683'
- '30a7928f696f958d5e8f06e02c49639f'
- 'ebddda8793f57b7b7e1402c5d271ed86'
- '879116c683374b2dde291014e44a29fe'
- '79afac7031634bf9e46ba67cbf2a2d0c')
+sha256sums=('SKIP'
+ 'b40fdab85f5921d0404c07db64628a2428a87d39193d2797bbef2e69b1d51549'
+ '8e276fe7da7a47d5520ce50b5bd761f4e983230629e48dea6d5cfa86b49ca889'
+ '00688af02006bddeab797f624e5cbae66a5c02f4e14315d87d3f198f74797c17'
+ 'db007a755533baa245dfb481393b2897ddd6a219a28399d4a7bebd1ff855b6d2'
+ 'af3fd5ad142216242ec30e2ba8f19cc0afb9325fe6ddfae735f53fffdc03137f'
+ '71a41ecbecb952b402d554aa7c5659650765b692662a28f9db904c7390f8f080'
+ '205062adbbd48d6622341e316e14a5496f73696385a3ed5cda7a89d3e7d2861d')
pkgver() {
cd "$srcdir/OpenBoard"