summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2023-07-07 23:39:47 -0400
committerneeshy2023-07-07 23:39:47 -0400
commit783bc2ad104a059e7e8843da567c91af8d0123fc (patch)
treea1c3bbe92e86fdc210165b40fbc324b4aa5d7af4
parent20354bbd06cdfcc0bdccee592bce918f7a52ce5b (diff)
downloadaur-783bc2ad104a059e7e8843da567c91af8d0123fc.tar.gz
remove changelog and extraneous architectures
-rw-r--r--.SRCINFO3
-rw-r--r--ChangeLog19
-rw-r--r--PKGBUILD3
3 files changed, 1 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a470c3e4c943..db5ab72ba86a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,7 @@ pkgbase = conspy
pkgver = 1.16
pkgrel = 1
url = https://conspy.sourceforge.net/
- changelog = ChangeLog
arch = x86_64
- arch = i686
- arch = armv6h
license = AGPL3
depends = ncurses
source = https://downloads.sourceforge.net/project/conspy/conspy-1.16-1/conspy-1.16.tar.gz
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 4cdbc3cb5673..000000000000
--- a/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-2015-12-08 Serede Sixty Six <serede.dev@gmail.com>
-
- 1.13-1:
- * new upstream release
- * added armv6h architecture for Arch Linux ARM project
-____________________________________________________________
-
-2014-11-08 Mariusz Libera <mariusz.libera@gmail.com>
-
- 1.10-1:
- * new upstream release
- * added ChangeLog
- * corrected url address
- * corrected download address
- * modernized PKGBUILD
- * upsteam changed license from EPL to AGPL3
- * included README.txt and ChangeLog.txt in installation
- * shortened description
-
diff --git a/PKGBUILD b/PKGBUILD
index 852fe3217183..2f56a49ae452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,10 @@ pkgname=conspy
pkgver=1.16
pkgrel=1
pkgdesc="Remote control of Linux virtual consoles"
-arch=('x86_64' 'i686' 'armv6h')
+arch=('x86_64')
url="https://conspy.sourceforge.net/"
license=('AGPL3')
depends=('ncurses')
-changelog=ChangeLog
source=("https://downloads.sourceforge.net/project/conspy/conspy-$pkgver-$pkgrel/conspy-$pkgver.tar.gz")
sha256sums=('ee5ef648ea08d20d9062db22e7bf62a7b7261af02053f916016d1b80a66a5609')