summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Heß2017-01-09 23:35:41 +0100
committerJanne Heß2017-01-09 23:35:41 +0100
commit580f59ccd14c35432caf2c26667fa1e61c328338 (patch)
tree0356746cc74eb2d43912a8abc893e0dfc78499f5
parente9df4a7c51775059568a3a26bd3a7dfb76d76318 (diff)
downloadaur-580f59ccd14c35432caf2c26667fa1e61c328338.tar.gz
Fix license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83aec0c27b30..fb8111b48c4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Tue Jan 3 16:06:57 UTC 2017
+# Mon Jan 9 22:35:35 UTC 2017
pkgbase = hyx
pkgdesc = A minimalistic, but powerful console hex editor
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://home.in.tum.de/~panny/
arch = i686
arch = x86_64
- license = custom
+ license = MIT
depends = glibc
source = https://home.in.tum.de/~panny/f/hyx-0.1.1.tar.xz
sha512sums = 14b8210d964b65ded450e6158fc241c780c771b19dea8877eb44ca570fae1c5ef4a3df387e8faecaaed3bd9d5dde18b09f585456731b1230744d2bd507c94427
diff --git a/PKGBUILD b/PKGBUILD
index 850f51fc6153..d8b5711e53c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=hyx
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='A minimalistic, but powerful console hex editor'
url='https://home.in.tum.de/~panny/'
-license=('custom')
+license=('MIT')
depends=('glibc')
source=("https://home.in.tum.de/~panny/f/hyx-${pkgver}.tar.xz")
sha512sums=('14b8210d964b65ded450e6158fc241c780c771b19dea8877eb44ca570fae1c5ef4a3df387e8faecaaed3bd9d5dde18b09f585456731b1230744d2bd507c94427')