summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2019-09-19 16:11:42 +0800
committerBhoppi Chaw2019-09-19 16:11:42 +0800
commit045df77f2a6324ea257d40366bc106ba2680a211 (patch)
tree5fde70376f50c5ccd69a294c53d3c248936156b2
parent7fb3e90085fc4bf60e5ee91911d852dceefbba26 (diff)
downloadaur-045df77f2a6324ea257d40366bc106ba2680a211.tar.gz
fix chksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7f97cb91deb..d64a8436ead8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = ffxvid
license = GPL2
depends = ffmpeg
source = https://downloads.sourceforge.net/project/ffxvid/ffxvid-1.3.6.tar.gz
- sha256sums = dc08bd0557d0874085bd1da2804efbb8ebd6af6efef6c035c2e40a4b40aff64b
+ sha256sums = ce0ec6be2d8de8dc70f90c934fbba3ee3284dc04e3ebbc4575878e593176fdd9
pkgname = ffxvid
diff --git a/PKGBUILD b/PKGBUILD
index e1381695dc15..c99d61705e76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://ffxvid.teambelgium.net/'
license=(GPL2)
depends=(ffmpeg)
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('dc08bd0557d0874085bd1da2804efbb8ebd6af6efef6c035c2e40a4b40aff64b')
+sha256sums=('ce0ec6be2d8de8dc70f90c934fbba3ee3284dc04e3ebbc4575878e593176fdd9')
package() {
cd $pkgname-$pkgver