summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Pigott2020-03-04 11:51:25 -0700
committerRonan Pigott2020-03-04 11:54:55 -0700
commit1168c296912b7153bfe02ed2ae70f932c2aac1fe (patch)
tree98a63a1a20d407c0a8b88bcff8239223ee4d72cb
parentb3c8c351da4a6bf46012e5a3dea1ef70cf24ac9e (diff)
downloadaur-1168c296912b7153bfe02ed2ae70f932c2aac1fe.tar.gz
don't bother with signature
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ce7366864b..7ff2cabf3a6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = blight
pkgdesc = Basic general backlight utility written in python
pkgver = 0.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RPigott/blight
arch = any
license = custom:ISC
depends = python
depends = python-gobject
source = blight-0.0.4.tar.gz::https://github.com/RPigott/blight/releases/download/v0.0.4/blight-0.0.4.tar.gz
- source = blight-0.0.4.tar.gz.asc::https://github.com/RPigott/blight/releases/download/v0.0.4/blight-0.0.4.tar.gz.asc
sha256sums = 09479aa27762414b8914a97ed09234a41d53fa4e3a3b69d5773ac5aa4f084fc9
- sha256sums = SKIP
pkgname = blight
diff --git a/PKGBUILD b/PKGBUILD
index b68b7b6a70e5..6331172b9bef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=blight
pkgver=0.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='Basic general backlight utility written in python'
url='https://github.com/RPigott/blight'
arch=('any')
license=('custom:ISC')
-source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
- "$pkgname-$pkgver.tar.gz.asc::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc")
+source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
depends=('python' 'python-gobject')
+sha256sums=('09479aa27762414b8914a97ed09234a41d53fa4e3a3b69d5773ac5aa4f084fc9')
-sha256sums=('09479aa27762414b8914a97ed09234a41d53fa4e3a3b69d5773ac5aa4f084fc9'
- 'SKIP')
+# source+=("$pkgname-$pkgver.tar.gz.asc::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc")
+# sha256sums+=('SKIP')
# validpgpkeys=('AE54EAF95DC5D7BB5F1CF422E8E098BBF6E920A0') # Ronan Pigott <rpigott@berkeley.edu>
package() {