summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Giammarchi2020-10-09 11:13:34 +0200
committerAndrea Giammarchi2020-10-09 11:13:34 +0200
commit2c2eb27672ce917c995d7528f484f54f02d20e95 (patch)
tree4de9e71fe70378f2df11e412f440c0769f129b24
parent33ec4ae0436f4c4316dd5ac94c9571c60747078f (diff)
downloadaur-2c2eb27672ce917c995d7528f484f54f02d20e95.tar.gz
Updated cog-wpe-bin
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20959e4b3083..932b0a4153d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = cog-wpe-bin
source_armv7l = cog-wpe-bin-armv7l::https://webreflection.github.io/aur/cog-wpe-bin-armv7l-0.8.0.tar.gz
sha256sums_armv7l = af5f3511da67bebd224034fc1e2f9e2ffedfa2096c131ddc85652c7e258c333f
source_x86_64 = cog-wpe-bin-x86::https://webreflection.github.io/aur/cog-wpe-bin-x86_64-0.8.0.tar.gz
- sha256sums_x86_64 = 2ceb11ed2633d5b2255856d04440b5273fe44e6862ced7b169c239d8cf6e8afa
+ sha256sums_x86_64 = b799849f5e80f9758fd17f8fc7fc896d2e33bd2a546254a45323977495914937
pkgname = cog-wpe-bin
diff --git a/PKGBUILD b/PKGBUILD
index eaa91caccb20..d30aaa95fdde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,15 @@ groups=(wpe)
provides=(cog cog-git)
conflicts=(cog cog-git)
depends=(wpewebkit-bin wpebackend-fdo libinput)
-source_aarch64=("${pkgname}-aarch64::https://webreflection.github.io/aur/${pkgname}-aarch64-${pkgver}.tar.gz")
-source_armv7h=("${pkgname}-armv7h::https://webreflection.github.io/aur/${pkgname}-armv7l-${pkgver}.tar.gz")
-source_armv7l=("${pkgname}-armv7l::https://webreflection.github.io/aur/${pkgname}-armv7l-${pkgver}.tar.gz")
-source_x86_64=("${pkgname}-x86::https://webreflection.github.io/aur/${pkgname}-x86_64-${pkgver}.tar.gz")
+source_aarch64=('cog-wpe-bin-aarch64::https://webreflection.github.io/aur/cog-wpe-bin-aarch64-0.8.0.tar.gz')
+source_armv7h=('cog-wpe-bin-armv7h::https://webreflection.github.io/aur/cog-wpe-bin-armv7l-0.8.0.tar.gz')
+source_armv7l=('cog-wpe-bin-armv7l::https://webreflection.github.io/aur/cog-wpe-bin-armv7l-0.8.0.tar.gz')
+source_x86_64=('cog-wpe-bin-x86::https://webreflection.github.io/aur/cog-wpe-bin-x86_64-0.8.0.tar.gz')
+
sha256sums_aarch64=('e4fbd01be7b57c953e4e2ed81edd4f2bec7061890af30e839b751871af76430f')
sha256sums_armv7l=('af5f3511da67bebd224034fc1e2f9e2ffedfa2096c131ddc85652c7e258c333f')
sha256sums_armv7h=('af5f3511da67bebd224034fc1e2f9e2ffedfa2096c131ddc85652c7e258c333f')
-sha256sums_x86_64=('2ceb11ed2633d5b2255856d04440b5273fe44e6862ced7b169c239d8cf6e8afa')
+sha256sums_x86_64=('b799849f5e80f9758fd17f8fc7fc896d2e33bd2a546254a45323977495914937')
package () {
cp -R "${srcdir}/usr" "${pkgdir}"