summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-10-26 09:47:21 +0300
committerCaleb Maclennan2020-10-26 09:47:21 +0300
commit9df1b1e78d55a7c995cb3d99f39285b935f804fa (patch)
treeb60d87d04690ca3dc13ede350297fd4d2c014a21 /PKGBUILD
parent3846569ebe9e8d08b6094271ce6775f95a563df2 (diff)
downloadaur-9df1b1e78d55a7c995cb3d99f39285b935f804fa.tar.gz
upgpkg: ufodiff 1.0.3-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7ff4b60ff58..b94493f1491b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=ufodiff
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='UFO source file diff application'
arch=(any)
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'python-commandlines' 'python-gitdb' 'python-gitpython>=3.1.5' 'python-smmap' 'python-standardstreams')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3d90cfc11d12a85d29fb38eb78aa7df2915b2d8191cb57b04a21b495cb85edba')
+sha256sums=('e549e7f3598c0cf0a6be207944fb632db0d834addb4cf202ee00967ceebd58dd')
build() {
cd "$pkgname-$pkgver"