summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ada8a2f1692d..1fbf04a4d60a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = makepkg-tidy-ect
pkgdesc = A libmakepkg tidy script for loselessly compressing files using ect
- pkgver = r2.fd74ea3
- pkgrel = 1
+ pkgver = r4.f207dd8
+ pkgrel = 2
url = http://github.com/wilbowma/makepkg-tidy-ect
install = makepkg-tidy-ect.install
arch = i686
arch = x86_64
- license = MIT
+ license = BSD
depends = ect
source = git+https://github.com/wilbowma/makepkg-tidy-ect
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bba27da2298f..6f880c06bdd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
#Maintainer: William J. Bowman <aur@williamjbowman.com>
pkgname=makepkg-tidy-ect
-pkgver=r2.fd74ea3
-pkgrel=1
+pkgver=r4.f207dd8
+pkgrel=2
pkgdesc='A libmakepkg tidy script for loselessly compressing files using ect'
url='http://github.com/wilbowma/makepkg-tidy-ect'
arch=('i686' 'x86_64')
-license=('MIT')
+license=('BSD')
depends=('ect')
source=("git+https://github.com/wilbowma/makepkg-tidy-ect")
install=$pkgname.install