summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2020-04-25 22:46:46 +0300
committerstargr@gmail.com2020-04-25 22:46:46 +0300
commit6f2091b5427b676b133c686b6f874ec9b3a57321 (patch)
tree01473c6b68f5597d3296bd8dcbe97d649bea0400
parent6dcf1d8b4d7f9f1bac27f31afd93733a8500b32e (diff)
downloadaur-6f2091b5427b676b133c686b6f874ec9b3a57321.tar.gz
Update 3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fb79bd9b958..8791db8c1425 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debtap
pkgdesc = A script to convert .deb packages to Arch Linux packages, focused on accuracy. Do not use it to convert packages that already exist on official repositories or can be built from AUR!
- pkgver = 3.2.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/helixarch/debtap
install = debtap.install
@@ -10,9 +10,9 @@ pkgbase = debtap
depends = binutils
depends = pkgfile
depends = fakeroot
- source = debtap-3.2.2.tar.gz::https://github.com/helixarch/debtap/archive/3.2.2.tar.gz
+ source = debtap-3.3.tar.gz::https://github.com/helixarch/debtap/archive/3.3.tar.gz
source = debtap.install
- sha512sums = 872013a4fc7981ac2b0226feda64026d48a667c5daf5c20a3e0baf239420f533c0c68c0d2322667738511526adf1472deedf2ef041671c7d4931c5b346f69435
+ sha512sums = 0602c3aa455d68e09eeba2dcd627f4f39378cc9fff5e2b3ec4a18e1cd59ffac33273131d36eef704cb27f4bd048e71469ec34edef3f0888800c638018653147e
sha512sums = 5317cf5da1142ed83b1b11c60ee4a70ad74d21f6f98c59b0ec45ad4026d4db4952fe061fb493e3a92675e6bb558ea059677db2bcf42b620cb71d5b772b288008
pkgname = debtap
diff --git a/PKGBUILD b/PKGBUILD
index 198ec4244ff8..cfe5c444b7b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: helix <stargr@gmail.com>
pkgname=debtap
-pkgver=3.2.2
+pkgver=3.3
pkgrel=1
pkgdesc='A script to convert .deb packages to Arch Linux packages, focused on accuracy. Do not use it to convert packages that already exist on official repositories or can be built from AUR!'
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/helixarch/debtap"
source=("$pkgname-$pkgver.tar.gz::https://github.com/helixarch/debtap/archive/$pkgver.tar.gz"
"debtap.install")
-sha512sums=('872013a4fc7981ac2b0226feda64026d48a667c5daf5c20a3e0baf239420f533c0c68c0d2322667738511526adf1472deedf2ef041671c7d4931c5b346f69435'
+sha512sums=('0602c3aa455d68e09eeba2dcd627f4f39378cc9fff5e2b3ec4a18e1cd59ffac33273131d36eef704cb27f4bd048e71469ec34edef3f0888800c638018653147e'
'5317cf5da1142ed83b1b11c60ee4a70ad74d21f6f98c59b0ec45ad4026d4db4952fe061fb493e3a92675e6bb558ea059677db2bcf42b620cb71d5b772b288008')
install=debtap.install