summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Jamison2018-06-11 16:04:45 -0500
committerCaleb Jamison2018-06-11 16:04:45 -0500
commit99db7e1a27682477a22abe2eac275cfc6a5df857 (patch)
tree96bca99c358f068d4b3af01c8bd98b023b545f9c
parent6062285133ebae129afaa593d520a544cdf736f8 (diff)
downloadaur-liteeth-git.tar.gz
Update pkgdesc to mention LiteX
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b5ee115e7be..821e5f91fee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = liteeth-git
- pkgdesc = A small footprint and configurable Ethernet core
+ pkgdesc = A small footprint and configurable Ethernet core for litex
pkgver = 115
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/enjoy-digital/liteeth
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2a4a3aa6a157..55747d03075a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Caleb Jamison <cbjamo@gmail.com>
pkgname=liteeth-git
pkgver=115
-pkgrel=1
-pkgdesc="A small footprint and configurable Ethernet core"
+pkgrel=2
+pkgdesc="A small footprint and configurable Ethernet core for litex"
arch=(any)
url="https://github.com/enjoy-digital/liteeth"
license=('MIT')