summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2020-02-18 19:46:13 +0000
committerWorMzy Tykashi2020-02-18 19:46:13 +0000
commit1672f5302f2acccc956bce8d9733c1297ef43aee (patch)
treecf91de41cd4016b63dffaceb98f0b6b4b751dcfe
parentda41f469d00ec8c64f1c01b2cc43e907bca889ae (diff)
downloadaur-1672f5302f2acccc956bce8d9733c1297ef43aee.tar.gz
Updated to 1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f4898aeb6a3..128b68904c34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lprint
pkgdesc = A Label Printer Application
- pkgver = 1.0rc1
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/michaelrsweet/lprint
arch = i686
@@ -10,10 +10,10 @@ pkgbase = lprint
depends = cups
depends = libpng
depends = libusb
- source = https://github.com/michaelrsweet/lprint/releases/download/v1.0rc1/lprint-1.0rc1.tar.gz
- source = https://github.com/michaelrsweet/lprint/releases/download/v1.0rc1/lprint-1.0rc1.tar.gz.sig
+ source = https://github.com/michaelrsweet/lprint/releases/download/v1.0/lprint-1.0.tar.gz
+ source = https://github.com/michaelrsweet/lprint/releases/download/v1.0/lprint-1.0.tar.gz.sig
validpgpkeys = 845464660B686AAB36540B6F999559A027815955
- md5sums = b913ef2c766607d88db7e07230ccd35c
+ md5sums = ecc32ed66eb94799bc2b06c9872fbe08
md5sums = SKIP
pkgname = lprint
diff --git a/PKGBUILD b/PKGBUILD
index 7c8b6824224e..796514988f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=lprint
-pkgver=1.0rc1
+pkgver=1.0
pkgrel=1
pkgdesc="A Label Printer Application"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('apache')
depends=('avahi' 'cups' 'libpng' 'libusb')
source=("${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # M. Sweet
-md5sums=('b913ef2c766607d88db7e07230ccd35c'
+md5sums=('ecc32ed66eb94799bc2b06c9872fbe08'
'SKIP')
build() {